#D03B6F

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

Shades of Cerise #D03B6F

Tints of Cerise #D03B6F

Color information

#D03B6F (or 0xD03B6F) is unknown color: approx Cerise. HEX triplet: D0, 3B and 6F. RGB value is (208,59,111). Sum of RGB (Red+Green+Blue) = 208+59+111=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B6F is #2FC490. Grayscale: #6D6D6D. Windows color (decimal): -3130513 or 7289808. OLE color: 7289808.

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

Color convert

RGB20859111-
CMYK00.720.470.18
HSL339.06º61.32%52.35%-
HSV(B)339.06º71.63%81.57%-
XYZ30.4517.6916.85-
YUV109.48128.86198.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.03%
GREEN value IS 59 (23.44% from 255) = 15.61%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=55.03%
G=15.61%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085911100.720.470.18339.0661.3252.35
HexD03B6F0482F121533d34
Octal32073157011057225237564
Binary1101000011101111011110100100010111110010101010011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03B6F; }

 p { color: rgb(208,59,111); }

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

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

 a { background-color: rgb(208,59,111); }

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

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

 span { border-color: rgb(208,59,111); }

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