#D12C70

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

Shades of Cerise #D12C70

Tints of Cerise #D12C70

Color information

#D12C70 (or 0xD12C70) is unknown color: approx Cerise. HEX triplet: D1, 2C and 70. RGB value is (209,44,112). Sum of RGB (Red+Green+Blue) = 209+44+112=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12C70 is #2ED38F. Grayscale: #646464. Windows color (decimal): -3068816 or 7351505. OLE color: 7351505.

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

Color convert

RGB20944112-
CMYK00.790.460.18
HSL335.27º65.22%49.61%-
HSV(B)335.27º78.95%81.96%-
XYZ30.1216.5316.93-
YUV101.09134.16204.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 44 (17.58% from 255) = 12.05%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=57.26%
G=12.05%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094411200.790.460.18335.2765.2249.61
HexD12C7004F2E1214f4132
Octal321541600117562251710162
Binary11010001101100111000001001111101110100101010011111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12C70; }

 p { color: rgb(209,44,112); }

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

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

 a { background-color: rgb(209,44,112); }

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

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

 span { border-color: rgb(209,44,112); }

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