Html Css Color HEX #D92495 Deep Cerise

📋 copy color: '#D92495'

red 217 ◦ green 36 ◦ blue 149

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

Shades of Deep Cerise #D92495

Tints of Deep Cerise #D92495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 53.98%
G = 8.96%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D92495 (or 0xD92495) is known color: Deep Cerise. HEX triplet: D9, 24 and 95. RGB value is (217,36,149). Sum of RGB (Red+Green+Blue) = 217+36+149=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D92495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92495 is #26DB6A. Grayscale: #666666. Windows color (decimal): -2546539 or 9774297. OLE color: 9774297.

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

Color convert

RGB 217 36 149 -
CMYK 0 0.83 0.31 0.15
HSL 322.54º 0.72% 0.5% -
HSV(B) 322.54º 0.83% 0.85% -
XYZ 34.67 18.18 30.12 -
YUV 103 153.97 209.31 -
System Red Green Blue C M Y K H S L
Decimal 217 36 149 0 0.83 0.31 0.15 322.54 0.72 0.5
Hex D9 24 95 0 53 1F F 143 48 32
Octal 331 44 225 0 123 37 17 503 110 62
Binary 11011001 100100 10010101 0 1010011 11111 1111 101000011 1001000 110010

Color Harmonies of #D92495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92495

Black with #D92495

Text Example


Text Example

White with #D92495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92495; }

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

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

background-color css

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

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

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

border-color css

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

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

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