Html Css Color HEX #D92990 Deep Cerise

📋 copy color: '#D92990'

red 217 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #D92990

Tints of Deep Cerise #D92990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 53.98%
G = 10.2%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D92990 (or 0xD92990) is known color: Deep Cerise. HEX triplet: D9, 29 and 90. RGB value is (217,41,144). Sum of RGB (Red+Green+Blue) = 217+41+144=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D92990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92990 is #26D66F. Grayscale: #696969. Windows color (decimal): -2545264 or 9447897. OLE color: 9447897.

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

Color convert

RGB 217 41 144 -
CMYK 0 0.81 0.34 0.15
HSL 324.89º 0.7% 0.51% -
HSV(B) 324.89º 0.81% 0.85% -
XYZ 34.44 18.35 28.11 -
YUV 105.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 217 41 144 0 0.81 0.34 0.15 324.89 0.7 0.51
Hex D9 29 90 0 51 22 F 145 46 33
Octal 331 51 220 0 121 42 17 505 106 63
Binary 11011001 101001 10010000 0 1010001 100010 1111 101000101 1000110 110011

Color Harmonies of #D92990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92990

Black with #D92990

Text Example


Text Example

White with #D92990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92990; }

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

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

background-color css

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

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

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

border-color css

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

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

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