Html Css Color HEX #D03291 Deep Cerise

📋 copy color: '#D03291'

red 208 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #D03291

Tints of Deep Cerise #D03291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.41%

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 51.61%
G = 12.41%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D03291 (or 0xD03291) is known color: Deep Cerise. HEX triplet: D0, 32 and 91. RGB value is (208,50,145). Sum of RGB (Red+Green+Blue) = 208+50+145=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D03291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03291 is #2FCD6E. Grayscale: #6B6B6B. Windows color (decimal): -3132783 or 9515728. OLE color: 9515728.

HSL color Cylindrical-coordinate representation of color #D03291: hue angle of 323.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03291 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 145 -
CMYK 0 0.76 0.30 0.18
HSL 323.92º 0.63% 0.51% -
HSV(B) 323.92º 0.76% 0.82% -
XYZ 32.26 17.74 28.51 -
YUV 108.07 148.85 199.28 -
System Red Green Blue C M Y K H S L
Decimal 208 50 145 0 0.76 0.30 0.18 323.92 0.63 0.51
Hex D0 32 91 0 4C 1E 12 144 3F 33
Octal 320 62 221 0 114 36 22 504 77 63
Binary 11010000 110010 10010001 0 1001100 11110 10010 101000100 111111 110011

Color Harmonies of #D03291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03291

Black with #D03291

Text Example


Text Example

White with #D03291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03291; }

 p { color: rgb(208,50,145); }

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

background-color css

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

 a { background-color: rgb(208,50,145); }

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

border-color css

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

 span { border-color: rgb(208,50,145); }

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