#D7406D

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

Shades of Cerise #D7406D

Tints of Cerise #D7406D

Color information

#D7406D (or 0xD7406D) is unknown color: approx Cerise. HEX triplet: D7, 40 and 6D. RGB value is (215,64,109). Sum of RGB (Red+Green+Blue) = 215+64+109=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D7406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7406D is #28BF92. Grayscale: #727272. Windows color (decimal): -2670483 or 7160023. OLE color: 7160023.

HSL color Cylindrical-coordinate representation of color #D7406D: hue angle of 342.12º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7406D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB21564109-
CMYK00.700.490.16
HSL342.12º65.37%54.71%-
HSV(B)342.12º70.23%84.31%-
XYZ32.6219.2216.46-
YUV114.28125.03199.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.41%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=55.41%
G=16.49%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156410900.700.490.16342.1265.3754.71
HexD7406D04631101564137
Octal3271001550106612052610167
Binary110101111000000110110101000110110001100001010101101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7406D; }

 p { color: rgb(215,64,109); }

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

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

 a { background-color: rgb(215,64,109); }

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

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

 span { border-color: rgb(215,64,109); }

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