Html Css Color HEX #D02DA6 Deep Cerise

📋 copy color: '#D02DA6'

red 208 ◦ green 45 ◦ blue 166

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

Shades of Deep Cerise #D02DA6

Tints of Deep Cerise #D02DA6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.74%

 BLUE value IS 166 (65.23% from 255) = 39.62%

R = 49.64%
G = 10.74%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D02DA6 (or 0xD02DA6) is known color: Deep Cerise. HEX triplet: D0, 2D and A6. RGB value is (208,45,166). Sum of RGB (Red+Green+Blue) = 208+45+166=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02DA6 is #2FD259. Grayscale: #6B6B6B. Windows color (decimal): -3134042 or 10890704. OLE color: 10890704.

HSL color Cylindrical-coordinate representation of color #D02DA6: hue angle of 315.46º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02DA6 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 166 -
CMYK 0 0.78 0.20 0.18
HSL 315.46º 0.64% 0.5% -
HSV(B) 315.46º 0.78% 0.82% -
XYZ 33.83 18.04 37.78 -
YUV 107.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 208 45 166 0 0.78 0.20 0.18 315.46 0.64 0.5
Hex D0 2D A6 0 4E 14 12 13B 40 32
Octal 320 55 246 0 116 24 22 473 100 62
Binary 11010000 101101 10100110 0 1001110 10100 10010 100111011 1000000 110010

Color Harmonies of #D02DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DA6

Black with #D02DA6

Text Example


Text Example

White with #D02DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02DA6; }

 p { color: rgb(208,45,166); }

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

background-color css

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

 a { background-color: rgb(208,45,166); }

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

border-color css

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

 span { border-color: rgb(208,45,166); }

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