Html Css Color HEX #D02D8D Deep Cerise

📋 copy color: '#D02D8D'

red 208 ◦ green 45 ◦ blue 141

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

Shades of Deep Cerise #D02D8D

Tints of Deep Cerise #D02D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 52.79%
G = 11.42%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D02D8D (or 0xD02D8D) is known color: Deep Cerise. HEX triplet: D0, 2D and 8D. RGB value is (208,45,141). Sum of RGB (Red+Green+Blue) = 208+45+141=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02D8D is #2FD272. Grayscale: #686868. Windows color (decimal): -3134067 or 9252304. OLE color: 9252304.

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

Color convert

RGB 208 45 141 -
CMYK 0 0.78 0.32 0.18
HSL 324.66º 0.64% 0.5% -
HSV(B) 324.66º 0.78% 0.82% -
XYZ 31.76 17.21 26.85 -
YUV 104.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 208 45 141 0 0.78 0.32 0.18 324.66 0.64 0.5
Hex D0 2D 8D 0 4E 20 12 145 40 32
Octal 320 55 215 0 116 40 22 505 100 62
Binary 11010000 101101 10001101 0 1001110 100000 10010 101000101 1000000 110010

Color Harmonies of #D02D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D8D

Black with #D02D8D

Text Example


Text Example

White with #D02D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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