Html Css Color HEX #D02DA3 Deep Cerise

📋 copy color: '#D02DA3'

red 208 ◦ green 45 ◦ blue 163

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

Shades of Deep Cerise #D02DA3

Tints of Deep Cerise #D02DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.18%

R = 50%
G = 10.82%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D02DA3 (or 0xD02DA3) is known color: Deep Cerise. HEX triplet: D0, 2D and A3. RGB value is (208,45,163). Sum of RGB (Red+Green+Blue) = 208+45+163=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02DA3 is #2FD25C. Grayscale: #6A6A6A. Windows color (decimal): -3134045 or 10694096. OLE color: 10694096.

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

Color convert

RGB 208 45 163 -
CMYK 0 0.78 0.22 0.18
HSL 316.56º 0.64% 0.5% -
HSV(B) 316.56º 0.78% 0.82% -
XYZ 33.56 17.93 36.34 -
YUV 107.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 208 45 163 0 0.78 0.22 0.18 316.56 0.64 0.5
Hex D0 2D A3 0 4E 16 12 13D 40 32
Octal 320 55 243 0 116 26 22 475 100 62
Binary 11010000 101101 10100011 0 1001110 10110 10010 100111101 1000000 110010

Color Harmonies of #D02DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DA3

Black with #D02DA3

Text Example


Text Example

White with #D02DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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