Html Css Color HEX #D92995 Deep Cerise

📋 copy color: '#D92995'

red 217 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #D92995

Tints of Deep Cerise #D92995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.07%

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

R = 53.32%
G = 10.07%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D92995 (or 0xD92995) is known color: Deep Cerise. HEX triplet: D9, 29 and 95. RGB value is (217,41,149). Sum of RGB (Red+Green+Blue) = 217+41+149=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D92995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92995 is #26D66A. Grayscale: #696969. Windows color (decimal): -2545259 or 9775577. OLE color: 9775577.

HSL color Cylindrical-coordinate representation of color #D92995: hue angle of 323.18º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92995 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 149 -
CMYK 0 0.81 0.31 0.15
HSL 323.18º 0.7% 0.51% -
HSV(B) 323.18º 0.81% 0.85% -
XYZ 34.83 18.51 30.17 -
YUV 105.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 217 41 149 0 0.81 0.31 0.15 323.18 0.7 0.51
Hex D9 29 95 0 51 1F F 143 46 33
Octal 331 51 225 0 121 37 17 503 106 63
Binary 11011001 101001 10010101 0 1010001 11111 1111 101000011 1000110 110011

Color Harmonies of #D92995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92995

Black with #D92995

Text Example


Text Example

White with #D92995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92995; }

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

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

background-color css

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

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

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

border-color css

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

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

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