#d12d5c

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

Shades of Cerise #D12D5C

Tints of Cerise #D12D5C

Color information

#D12D5C (or 0xD12D5C) is unknown color: approx Cerise. HEX triplet: D1, 2D and 5C. RGB value is (209,45,92). Sum of RGB (Red+Green+Blue) = 209+45+92=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D5C is #2ED2A3. Grayscale: #636363. Windows color (decimal): -3068580 or 6041041. OLE color: 6041041.

HSL color Cylindrical-coordinate representation of color #D12D5C: hue angle of 342.8º 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 #D12D5C is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2094592-
CMYK00.780.560.18
HSL342.8º64.57%49.8%-
HSV(B)342.8º78.47%81.96%-
XYZ29.1616.211.72-
YUV99.39123.83206.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.40%
GREEN value IS 45 (17.97% from 255) = 13.01%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=60.40%
G=13.01%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209459200.780.560.18342.864.5749.8
HexD12D5C04E38121574132
Octal321551340116702252710162
Binary11010001101101101110001001110111000100101010101111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d12d5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d12d5c; }

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

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

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

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

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

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

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

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