#D13257

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

Shades of Cerise #D13257

Tints of Cerise #D13257

Color information

#D13257 (or 0xD13257) is unknown color: approx Cerise. HEX triplet: D1, 32 and 57. RGB value is (209,50,87). Sum of RGB (Red+Green+Blue) = 209+50+87=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D13257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13257 is #2ECDA8. Grayscale: #656565. Windows color (decimal): -3067305 or 5714641. OLE color: 5714641.

HSL color Cylindrical-coordinate representation of color #D13257: hue angle of 346.04º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13257 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB2095087-
CMYK00.760.580.18
HSL346.04º63.35%50.78%-
HSV(B)346.04º76.08%81.96%-
XYZ29.1616.5210.67-
YUV101.76119.68204.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.40%
GREEN value IS 50 (19.92% from 255) = 14.45%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=60.40%
G=14.45%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209508700.760.580.18346.0463.3550.78
HexD1325704C3A1215a3f33
Octal32162127011472225327763
Binary1101000111001010101110100110011101010010101011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13257; }

 p { color: rgb(209,50,87); }

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

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

 a { background-color: rgb(209,50,87); }

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

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

 span { border-color: rgb(209,50,87); }

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