#D12D6F

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

Shades of Cerise #D12D6F

Tints of Cerise #D12D6F

Color information

#D12D6F (or 0xD12D6F) is unknown color: approx Cerise. HEX triplet: D1, 2D and 6F. RGB value is (209,45,111). Sum of RGB (Red+Green+Blue) = 209+45+111=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D6F is #2ED290. Grayscale: #656565. Windows color (decimal): -3068561 or 7286225. OLE color: 7286225.

HSL color Cylindrical-coordinate representation of color #D12D6F: hue angle of 335.85º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D6F is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20945111-
CMYK00.780.470.18
HSL335.85º64.57%49.8%-
HSV(B)335.85º78.47%81.96%-
XYZ30.116.5816.65-
YUV101.56133.33204.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 45 (17.97% from 255) = 12.33%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=57.26%
G=12.33%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094511100.780.470.18335.8564.5749.8
HexD12D6F04E2F121504132
Octal321551570116572252010162
Binary11010001101101110111101001110101111100101010100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12D6F; }

 p { color: rgb(209,45,111); }

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

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

 a { background-color: rgb(209,45,111); }

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

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

 span { border-color: rgb(209,45,111); }

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