Html Css Color HEX #D92288 Deep Cerise

📋 copy color: '#D92288'

red 217 ◦ green 34 ◦ blue 136

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

Shades of Deep Cerise #D92288

Tints of Deep Cerise #D92288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.79%

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 56.07%
G = 8.79%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D92288 (or 0xD92288) is known color: Deep Cerise. HEX triplet: D9, 22 and 88. RGB value is (217,34,136). Sum of RGB (Red+Green+Blue) = 217+34+136=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D92288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92288 is #26DD77. Grayscale: #646464. Windows color (decimal): -2547064 or 8921817. OLE color: 8921817.

HSL color Cylindrical-coordinate representation of color #D92288: hue angle of 326.56º 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 #D92288 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 34 136 -
CMYK 0 0.84 0.37 0.15
HSL 326.56º 0.73% 0.49% -
HSV(B) 326.56º 0.84% 0.85% -
XYZ 33.63 17.67 24.93 -
YUV 100.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 217 34 136 0 0.84 0.37 0.15 326.56 0.73 0.49
Hex D9 22 88 0 54 25 F 147 49 31
Octal 331 42 210 0 124 45 17 507 111 61
Binary 11011001 100010 10001000 0 1010100 100101 1111 101000111 1001001 110001

Color Harmonies of #D92288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92288

Black with #D92288

Text Example


Text Example

White with #D92288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92288; }

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

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

background-color css

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

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

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

border-color css

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

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

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