Html Css Color HEX #D02D93 Deep Cerise

📋 copy color: '#D02D93'

red 208 ◦ green 45 ◦ blue 147

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

Shades of Deep Cerise #D02D93

Tints of Deep Cerise #D02D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 52%
G = 11.25%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D02D93 (or 0xD02D93) is known color: Deep Cerise. HEX triplet: D0, 2D and 93. RGB value is (208,45,147). Sum of RGB (Red+Green+Blue) = 208+45+147=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02D93 is #2FD26C. Grayscale: #696969. Windows color (decimal): -3134061 or 9645520. OLE color: 9645520.

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

Color convert

RGB 208 45 147 -
CMYK 0 0.78 0.29 0.18
HSL 322.45º 0.64% 0.5% -
HSV(B) 322.45º 0.78% 0.82% -
XYZ 32.22 17.39 29.26 -
YUV 105.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 208 45 147 0 0.78 0.29 0.18 322.45 0.64 0.5
Hex D0 2D 93 0 4E 1D 12 142 40 32
Octal 320 55 223 0 116 35 22 502 100 62
Binary 11010000 101101 10010011 0 1001110 11101 10010 101000010 1000000 110010

Color Harmonies of #D02D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D93

Black with #D02D93

Text Example


Text Example

White with #D02D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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