#D13A73

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

Shades of Cerise #D13A73

Tints of Cerise #D13A73

Color information

#D13A73 (or 0xD13A73) is unknown color: approx Cerise. HEX triplet: D1, 3A and 73. RGB value is (209,58,115). Sum of RGB (Red+Green+Blue) = 209+58+115=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A73 is #2EC58C. Grayscale: #6D6D6D. Windows color (decimal): -3065229 or 7551697. OLE color: 7551697.

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

Color convert

RGB20958115-
CMYK00.720.450.18
HSL337.35º62.14%52.35%-
HSV(B)337.35º72.25%81.96%-
XYZ30.917.8218.03-
YUV109.65131.03198.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 58 (23.05% from 255) = 15.18%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=54.71%
G=15.18%
B=30.10%

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
Decimal2095811500.720.450.18337.3562.1452.35
HexD13A730482D121513e34
Octal32172163011055225217664
Binary1101000111101011100110100100010110110010101010001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A73; }

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

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

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

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

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

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

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

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