#D03A77

Color #D03A77 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D03A77

Tints of Deep Cerise #D03A77

Color information

#D03A77 (or 0xD03A77) is unknown color: approx Deep Cerise. HEX triplet: D0, 3A and 77. RGB value is (208,58,119). Sum of RGB (Red+Green+Blue) = 208+58+119=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A77 is #2FC588. Grayscale: #6D6D6D. Windows color (decimal): -3130761 or 7813840. OLE color: 7813840.

HSL color Cylindrical-coordinate representation of color #D03A77: hue angle of 335.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03A77 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB20858119-
CMYK00.720.430.18
HSL335.6º61.48%52.16%-
HSV(B)335.6º72.12%81.57%-
XYZ30.8617.7719.26-
YUV109.8133.2198.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=54.03%
G=15.06%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085811900.720.430.18335.661.4852.16
HexD03A770482B121503d34
Octal32072167011053225207564
Binary1101000011101011101110100100010101110010101010000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03A77; }

 p { color: rgb(208,58,119); }

 H1.HeaderClassName
 {
   color: #D03A77;
 }
 .AnyTagClassName
 {
   color: #D03A77;
 }
</style>
background-color css

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

 a { background-color: rgb(208,58,119); }

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

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

 span { border-color: rgb(208,58,119); }

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