#D13A72

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

Shades of Cerise #D13A72

Tints of Cerise #D13A72

Color information

#D13A72 (or 0xD13A72) is unknown color: approx Cerise. HEX triplet: D1, 3A and 72. RGB value is (209,58,114). Sum of RGB (Red+Green+Blue) = 209+58+114=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A72 is #2EC58D. Grayscale: #6D6D6D. Windows color (decimal): -3065230 or 7486161. OLE color: 7486161.

HSL color Cylindrical-coordinate representation of color #D13A72: hue angle of 337.75º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A72 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20958114-
CMYK00.720.450.18
HSL337.75º62.14%52.35%-
HSV(B)337.75º72.25%81.96%-
XYZ30.8417.817.73-
YUV109.53130.53198.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.86%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=54.86%
G=15.22%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095811400.720.450.18337.7562.1452.35
HexD13A720482D121523e34
Octal32172162011055225227664
Binary1101000111101011100100100100010110110010101010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A72; }

 p { color: rgb(209,58,114); }

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

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

 a { background-color: rgb(209,58,114); }

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

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

 span { border-color: rgb(209,58,114); }

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