#D13971

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

Shades of Cerise #D13971

Tints of Cerise #D13971

Color information

#D13971 (or 0xD13971) is unknown color: approx Cerise. HEX triplet: D1, 39 and 71. RGB value is (209,57,113). Sum of RGB (Red+Green+Blue) = 209+57+113=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D13971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13971 is #2EC68E. Grayscale: #6C6C6C. Windows color (decimal): -3065487 or 7420369. OLE color: 7420369.

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

Color convert

RGB20957113-
CMYK00.730.460.18
HSL337.89º62.3%52.16%-
HSV(B)337.89º72.73%81.96%-
XYZ30.7417.6717.41-
YUV108.83130.36199.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 57 (22.66% from 255) = 15.04%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=55.15%
G=15.04%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095711300.730.460.18337.8962.352.16
HexD139710492E121523e34
Octal32171161011156225227664
Binary1101000111100111100010100100110111010010101010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13971; }

 p { color: rgb(209,57,113); }

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

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

 a { background-color: rgb(209,57,113); }

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

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

 span { border-color: rgb(209,57,113); }

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