Html Css Color HEX #D92488 Deep Cerise

📋 copy color: '#D92488'

red 217 ◦ green 36 ◦ blue 136

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

Shades of Deep Cerise #D92488

Tints of Deep Cerise #D92488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.25%

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

R = 55.78%
G = 9.25%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D92488 (or 0xD92488) is known color: Deep Cerise. HEX triplet: D9, 24 and 88. RGB value is (217,36,136). Sum of RGB (Red+Green+Blue) = 217+36+136=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D92488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92488 is #26DB77. Grayscale: #656565. Windows color (decimal): -2546552 or 8922329. OLE color: 8922329.

HSL color Cylindrical-coordinate representation of color #D92488: hue angle of 326.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92488 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 136 -
CMYK 0 0.83 0.37 0.15
HSL 326.85º 0.72% 0.5% -
HSV(B) 326.85º 0.83% 0.85% -
XYZ 33.69 17.79 24.95 -
YUV 101.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 217 36 136 0 0.83 0.37 0.15 326.85 0.72 0.5
Hex D9 24 88 0 53 25 F 147 48 32
Octal 331 44 210 0 123 45 17 507 110 62
Binary 11011001 100100 10001000 0 1010011 100101 1111 101000111 1001000 110010

Color Harmonies of #D92488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92488

Black with #D92488

Text Example


Text Example

White with #D92488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92488; }

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

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

background-color css

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

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

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

border-color css

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

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

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