#D12756

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

Shades of Cerise #D12756

Tints of Cerise #D12756

Color information

#D12756 (or 0xD12756) is unknown color: approx Cerise. HEX triplet: D1, 27 and 56. RGB value is (209,39,86). Sum of RGB (Red+Green+Blue) = 209+39+86=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D12756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12756 is #2ED8A9. Grayscale: #5F5F5F. Windows color (decimal): -3070122 or 5646289. OLE color: 5646289.

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

Color convert

RGB2093986-
CMYK00.810.590.18
HSL343.41º68.55%48.63%-
HSV(B)343.41º81.34%81.96%-
XYZ28.715.6810.32-
YUV95.19122.82209.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.57%
GREEN value IS 39 (15.62% from 255) = 11.68%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=62.57%
G=11.68%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209398600.810.590.18343.4168.5548.63
HexD127560513B121574531
Octal321471260121732252710561
Binary11010001100111101011001010001111011100101010101111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12756; }

 p { color: rgb(209,39,86); }

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

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

 a { background-color: rgb(209,39,86); }

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

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

 span { border-color: rgb(209,39,86); }

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