#D03A71

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

Shades of Cerise #D03A71

Tints of Cerise #D03A71

Color information

#D03A71 (or 0xD03A71) is unknown color: approx Cerise. HEX triplet: D0, 3A and 71. RGB value is (208,58,113). Sum of RGB (Red+Green+Blue) = 208+58+113=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A71 is #2FC58E. Grayscale: #6D6D6D. Windows color (decimal): -3130767 or 7420624. OLE color: 7420624.

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

Color convert

RGB20858113-
CMYK00.720.460.18
HSL338º61.48%52.16%-
HSV(B)338º72.12%81.57%-
XYZ30.5117.6317.42-
YUV109.12130.2198.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=54.88%
G=15.30%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085811300.720.460.1833861.4852.16
HexD03A710482E121523d34
Octal32072161011056225227564
Binary1101000011101011100010100100010111010010101010010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03A71; }

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

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

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

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

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

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

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

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