Html Css Color HEX #D02D8F Deep Cerise

📋 copy color: '#D02D8F'

red 208 ◦ green 45 ◦ blue 143

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

Shades of Deep Cerise #D02D8F

Tints of Deep Cerise #D02D8F

RGB

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

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

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

R = 52.53%
G = 11.36%
B = 36.11%

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

#D02D8F (or 0xD02D8F) is known color: Deep Cerise. HEX triplet: D0, 2D and 8F. RGB value is (208,45,143). Sum of RGB (Red+Green+Blue) = 208+45+143=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02D8F is #2FD270. Grayscale: #686868. Windows color (decimal): -3134065 or 9383376. OLE color: 9383376.

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

Color convert

RGB 208 45 143 -
CMYK 0 0.78 0.31 0.18
HSL 323.93º 0.64% 0.5% -
HSV(B) 323.93º 0.78% 0.82% -
XYZ 31.91 17.27 27.64 -
YUV 104.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 208 45 143 0 0.78 0.31 0.18 323.93 0.64 0.5
Hex D0 2D 8F 0 4E 1F 12 144 40 32
Octal 320 55 217 0 116 37 22 504 100 62
Binary 11010000 101101 10001111 0 1001110 11111 10010 101000100 1000000 110010

Color Harmonies of #D02D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D8F

Black with #D02D8F

Text Example


Text Example

White with #D02D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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