Html Css Color HEX #D02E8D Deep Cerise

📋 copy color: '#D02E8D'

red 208 ◦ green 46 ◦ blue 141

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

Shades of Deep Cerise #D02E8D

Tints of Deep Cerise #D02E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.65%

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

R = 52.66%
G = 11.65%
B = 35.7%

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

#D02E8D (or 0xD02E8D) is known color: Deep Cerise. HEX triplet: D0, 2E and 8D. RGB value is (208,46,141). Sum of RGB (Red+Green+Blue) = 208+46+141=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02E8D is #2FD172. Grayscale: #696969. Windows color (decimal): -3133811 or 9252560. OLE color: 9252560.

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

Color convert

RGB 208 46 141 -
CMYK 0 0.78 0.32 0.18
HSL 324.81º 0.64% 0.5% -
HSV(B) 324.81º 0.78% 0.82% -
XYZ 31.8 17.29 26.86 -
YUV 105.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 208 46 141 0 0.78 0.32 0.18 324.81 0.64 0.5
Hex D0 2E 8D 0 4E 20 12 145 40 32
Octal 320 56 215 0 116 40 22 505 100 62
Binary 11010000 101110 10001101 0 1001110 100000 10010 101000101 1000000 110010

Color Harmonies of #D02E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E8D

Black with #D02E8D

Text Example


Text Example

White with #D02E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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