#D8405F

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

Shades of Cerise #D8405F

Tints of Cerise #D8405F

Color information

#D8405F (or 0xD8405F) is unknown color: approx Cerise. HEX triplet: D8, 40 and 5F. RGB value is (216,64,95). Sum of RGB (Red+Green+Blue) = 216+64+95=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8405F is #27BFA0. Grayscale: #717171. Windows color (decimal): -2604961 or 6242520. OLE color: 6242520.

HSL color Cylindrical-coordinate representation of color #D8405F: hue angle of 347.76º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8405F is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2166495-
CMYK00.700.560.15
HSL347.76º66.09%54.9%-
HSV(B)347.76º70.37%84.71%-
XYZ32.2219.0912.81-
YUV112.98117.86201.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.6%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=57.6%
G=17.07%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216649500.700.560.15347.7666.0954.9
HexD8405F04638F15c4237
Octal3301001370106701753410267
Binary11011000100000010111110100011011100011111010111001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8405F; }

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

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

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

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

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

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

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

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