Html Css Color HEX #D92992 Deep Cerise

📋 copy color: '#D92992'

red 217 ◦ green 41 ◦ blue 146

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

Shades of Deep Cerise #D92992

Tints of Deep Cerise #D92992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 53.71%
G = 10.15%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D92992 (or 0xD92992) is known color: Deep Cerise. HEX triplet: D9, 29 and 92. RGB value is (217,41,146). Sum of RGB (Red+Green+Blue) = 217+41+146=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D92992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92992 is #26D66D. Grayscale: #696969. Windows color (decimal): -2545262 or 9578969. OLE color: 9578969.

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

Color convert

RGB 217 41 146 -
CMYK 0 0.81 0.33 0.15
HSL 324.2º 0.7% 0.51% -
HSV(B) 324.2º 0.81% 0.85% -
XYZ 34.6 18.41 28.92 -
YUV 105.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 217 41 146 0 0.81 0.33 0.15 324.2 0.7 0.51
Hex D9 29 92 0 51 21 F 144 46 33
Octal 331 51 222 0 121 41 17 504 106 63
Binary 11011001 101001 10010010 0 1010001 100001 1111 101000100 1000110 110011

Color Harmonies of #D92992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92992

Black with #D92992

Text Example


Text Example

White with #D92992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92992; }

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

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

background-color css

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

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

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

border-color css

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

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

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