Html Css Color HEX #D02990 Deep Cerise

📋 copy color: '#D02990'

red 208 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #D02990

Tints of Deep Cerise #D02990

RGB

 RED value IS 208 (81.64% from 255) = 52.93%

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

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

R = 52.93%
G = 10.43%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D02990 (or 0xD02990) is known color: Deep Cerise. HEX triplet: D0, 29 and 90. RGB value is (208,41,144). Sum of RGB (Red+Green+Blue) = 208+41+144=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D02990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02990 is #2FD66F. Grayscale: #666666. Windows color (decimal): -3135088 or 9447888. OLE color: 9447888.

HSL color Cylindrical-coordinate representation of color #D02990: hue angle of 322.99º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02990 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 41 144 -
CMYK 0 0.80 0.31 0.18
HSL 322.99º 0.67% 0.49% -
HSV(B) 322.99º 0.8% 0.82% -
XYZ 31.84 17.01 27.99 -
YUV 102.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 208 41 144 0 0.80 0.31 0.18 322.99 0.67 0.49
Hex D0 29 90 0 50 1F 12 143 43 31
Octal 320 51 220 0 120 37 22 503 103 61
Binary 11010000 101001 10010000 0 1010000 11111 10010 101000011 1000011 110001

Color Harmonies of #D02990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02990

Black with #D02990

Text Example


Text Example

White with #D02990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02990; }

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

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

background-color css

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

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

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

border-color css

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

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

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