Html Css Color HEX #D02E8F Deep Cerise

📋 copy color: '#D02E8F'

red 208 ◦ green 46 ◦ blue 143

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

Shades of Deep Cerise #D02E8F

Tints of Deep Cerise #D02E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 52.39%
G = 11.59%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D02E8F (or 0xD02E8F) is known color: Deep Cerise. HEX triplet: D0, 2E and 8F. RGB value is (208,46,143). Sum of RGB (Red+Green+Blue) = 208+46+143=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02E8F is #2FD170. Grayscale: #696969. Windows color (decimal): -3133809 or 9383632. OLE color: 9383632.

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

Color convert

RGB 208 46 143 -
CMYK 0 0.78 0.31 0.18
HSL 324.07º 0.64% 0.5% -
HSV(B) 324.07º 0.78% 0.82% -
XYZ 31.95 17.35 27.65 -
YUV 105.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 208 46 143 0 0.78 0.31 0.18 324.07 0.64 0.5
Hex D0 2E 8F 0 4E 1F 12 144 40 32
Octal 320 56 217 0 116 37 22 504 100 62
Binary 11010000 101110 10001111 0 1001110 11111 10010 101000100 1000000 110010

Color Harmonies of #D02E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E8F

Black with #D02E8F

Text Example


Text Example

White with #D02E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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