#D12B5B

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

Shades of Cerise #D12B5B

Tints of Cerise #D12B5B

Color information

#D12B5B (or 0xD12B5B) is unknown color: approx Cerise. HEX triplet: D1, 2B and 5B. RGB value is (209,43,91). Sum of RGB (Red+Green+Blue) = 209+43+91=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12B5B is #2ED4A4. Grayscale: #626262. Windows color (decimal): -3069093 or 5974993. OLE color: 5974993.

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

Color convert

RGB2094391-
CMYK00.790.560.18
HSL342.65º65.87%49.41%-
HSV(B)342.65º79.43%81.96%-
XYZ29.0516.0411.46-
YUV98.11124207.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.93%
GREEN value IS 43 (17.19% from 255) = 12.54%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=60.93%
G=12.54%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209439100.790.560.18342.6565.8749.41
HexD12B5B04F38121574231
Octal321531330117702252710261
Binary11010001101011101101101001111111000100101010101111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12B5B; }

 p { color: rgb(209,43,91); }

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

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

 a { background-color: rgb(209,43,91); }

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

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

 span { border-color: rgb(209,43,91); }

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