#D92268

Color #D92268 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D92268

Tints of Cerise #D92268

Color information

#D92268 (or 0xD92268) is unknown color: approx Cerise. HEX triplet: D9, 22 and 68. RGB value is (217,34,104). Sum of RGB (Red+Green+Blue) = 217+34+104=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D92268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92268 is #26DD97. Grayscale: #606060. Windows color (decimal): -2547096 or 6824665. OLE color: 6824665.

HSL color Cylindrical-coordinate representation of color #D92268: hue angle of 337.05º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92268 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB21734104-
CMYK00.840.520.15
HSL337.05º72.91%49.22%-
HSV(B)337.05º84.33%85.1%-
XYZ31.6916.914.69-
YUV96.7132.13213.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 61.13%
GREEN value IS 34 (13.67% from 255) = 9.58%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=61.13%
G=9.58%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173410400.840.520.15337.0572.9149.22
HexD9226805434F1514931
Octal331421500124641752111161
Binary1101100110001011010000101010011010011111010100011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92268; }

 p { color: rgb(217,34,104); }

 H1.HeaderClassName
 {
   color: #D92268;
 }
 .AnyTagClassName
 {
   color: #D92268;
 }
</style>
background-color css

<style>
 a { background-color: #D92268; }

 a { background-color: rgb(217,34,104); }

 div.DivClassName
 {
   background-color: #D92268;
 }
 .BgClassName
 {
   background-color: #D92268;
 }
</style>
border-color css

<style>
 span { border-color: #D92268; }

 span { border-color: rgb(217,34,104); }

 td.TdClassName
 {
   border-color: #D92268;
 }
 .TagClassName
 {
   border-color: #D92268;
 }
</style>