Html Css Color HEX #D02C8F Deep Cerise

📋 copy color: '#D02C8F'

red 208 ◦ green 44 ◦ blue 143

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

Shades of Deep Cerise #D02C8F

Tints of Deep Cerise #D02C8F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.14%

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

R = 52.66%
G = 11.14%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D02C8F (or 0xD02C8F) is known color: Deep Cerise. HEX triplet: D0, 2C and 8F. RGB value is (208,44,143). Sum of RGB (Red+Green+Blue) = 208+44+143=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C8F is #2FD370. Grayscale: #686868. Windows color (decimal): -3134321 or 9383120. OLE color: 9383120.

HSL color Cylindrical-coordinate representation of color #D02C8F: hue angle of 323.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C8F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 143 -
CMYK 0 0.79 0.31 0.18
HSL 323.78º 0.65% 0.49% -
HSV(B) 323.78º 0.79% 0.82% -
XYZ 31.87 17.19 27.63 -
YUV 104.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 208 44 143 0 0.79 0.31 0.18 323.78 0.65 0.49
Hex D0 2C 8F 0 4F 1F 12 144 41 31
Octal 320 54 217 0 117 37 22 504 101 61
Binary 11010000 101100 10001111 0 1001111 11111 10010 101000100 1000001 110001

Color Harmonies of #D02C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C8F

Black with #D02C8F

Text Example


Text Example

White with #D02C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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