#d0405f

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

Shades of Cerise #D0405F

Tints of Cerise #D0405F

Color information

#D0405F (or 0xD0405F) is unknown color: approx Cerise. HEX triplet: D0, 40 and 5F. RGB value is (208,64,95). Sum of RGB (Red+Green+Blue) = 208+64+95=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0405F is #2FBFA0. Grayscale: #6E6E6E. Windows color (decimal): -3129249 or 6242512. OLE color: 6242512.

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

Color convert

RGB2086495-
CMYK00.690.540.18
HSL347.08º60.5%53.33%-
HSV(B)347.08º69.23%81.57%-
XYZ29.9117.912.71-
YUV110.59119.21197.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.68%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=56.68%
G=17.44%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208649500.690.540.18347.0860.553.33
HexD0405F045361215b3d35
Octal320100137010566225337565
Binary11010000100000010111110100010111011010010101011011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0405f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0405f; }

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

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

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

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

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

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

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

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