Html Css Color HEX #D92160 Cerise

📋 copy color: '#D92160'

red 217 ◦ green 33 ◦ blue 96

#D92160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D92160

Tints of Cerise #D92160

RGB

 RED value IS 217 (85.16% from 255) = 62.72%

 GREEN value IS 33 (13.28% from 255) = 9.54%

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 62.72%
G = 9.54%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D92160 (or 0xD92160) is known color: Cerise. HEX triplet: D9, 21 and 60. RGB value is (217,33,96). Sum of RGB (Red+Green+Blue) = 217+33+96=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D92160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92160 is #26DE9F. Grayscale: #5F5F5F. Windows color (decimal): -2547360 or 6300121. OLE color: 6300121.

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

Color convert

RGB 217 33 96 -
CMYK 0 0.85 0.56 0.15
HSL 339.46º 0.74% 0.49% -
HSV(B) 339.46º 0.85% 0.85% -
XYZ 31.27 16.68 12.64 -
YUV 95.2 128.46 214.88 -
System Red Green Blue C M Y K H S L
Decimal 217 33 96 0 0.85 0.56 0.15 339.46 0.74 0.49
Hex D9 21 60 0 55 38 F 153 4A 31
Octal 331 41 140 0 125 70 17 523 112 61
Binary 11011001 100001 1100000 0 1010101 111000 1111 101010011 1001010 110001

Color Harmonies of #D92160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92160

Black with #D92160

Text Example


Text Example

White with #D92160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92160; }

 p { color: rgb(217,33,96); }

 H1.HeaderClassName
 {
   color: #D92160;
 }
 .AnyTagClassName
 {
   color: #D92160;
 }
</style>

background-color css

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

 a { background-color: rgb(217,33,96); }

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

border-color css

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

 span { border-color: rgb(217,33,96); }

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