#D03B5F

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

Shades of Cerise #D03B5F

Tints of Cerise #D03B5F

Color information

#D03B5F (or 0xD03B5F) is unknown color: approx Cerise. HEX triplet: D0, 3B and 5F. RGB value is (208,59,95). Sum of RGB (Red+Green+Blue) = 208+59+95=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B5F is #2FC4A0. Grayscale: #6B6B6B. Windows color (decimal): -3130529 or 6241232. OLE color: 6241232.

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

Color convert

RGB2085995-
CMYK00.720.540.18
HSL345.5º61.32%52.35%-
HSV(B)345.5º71.63%81.57%-
XYZ29.6417.3612.62-
YUV107.65120.86199.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.46%
GREEN value IS 59 (23.44% from 255) = 16.30%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=57.46%
G=16.30%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208599500.720.540.18345.561.3252.35
HexD03B5F048361215a3d34
Octal32073137011066225327564
Binary1101000011101110111110100100011011010010101011010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03B5F; }

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

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

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

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

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

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

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

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