Html Css Color HEX #D03299 Deep Cerise

📋 copy color: '#D03299'

red 208 ◦ green 50 ◦ blue 153

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

Shades of Deep Cerise #D03299

Tints of Deep Cerise #D03299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 50.61%
G = 12.17%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D03299 (or 0xD03299) is known color: Deep Cerise. HEX triplet: D0, 32 and 99. RGB value is (208,50,153). Sum of RGB (Red+Green+Blue) = 208+50+153=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D03299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03299 is #2FCD66. Grayscale: #6C6C6C. Windows color (decimal): -3132775 or 10040016. OLE color: 10040016.

HSL color Cylindrical-coordinate representation of color #D03299: hue angle of 320.89º 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 #D03299 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 153 -
CMYK 0 0.76 0.26 0.18
HSL 320.89º 0.63% 0.51% -
HSV(B) 320.89º 0.76% 0.82% -
XYZ 32.9 17.99 31.88 -
YUV 108.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 208 50 153 0 0.76 0.26 0.18 320.89 0.63 0.51
Hex D0 32 99 0 4C 1A 12 141 3F 33
Octal 320 62 231 0 114 32 22 501 77 63
Binary 11010000 110010 10011001 0 1001100 11010 10010 101000001 111111 110011

Color Harmonies of #D03299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03299

Black with #D03299

Text Example


Text Example

White with #D03299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03299; }

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

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

background-color css

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

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

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

border-color css

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

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

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