#d13d60

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

Shades of Cerise #D13D60

Tints of Cerise #D13D60

Color information

#D13D60 (or 0xD13D60) is unknown color: approx Cerise. HEX triplet: D1, 3D and 60. RGB value is (209,61,96). Sum of RGB (Red+Green+Blue) = 209+61+96=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D60 is #2EC29F. Grayscale: #6D6D6D. Windows color (decimal): -3064480 or 6307281. OLE color: 6307281.

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

Color convert

RGB2096196-
CMYK00.710.540.18
HSL345.81º61.67%52.94%-
HSV(B)345.81º70.81%81.96%-
XYZ30.0717.7412.9-
YUV109.24120.53199.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.10%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=57.10%
G=16.67%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209619600.710.540.18345.8161.6752.94
HexD13D60047361215a3e35
Octal32175140010766225327665
Binary1101000111110111000000100011111011010010101011010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13d60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13d60; }

 p { color: rgb(209,61,96); }

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

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

 a { background-color: rgb(209,61,96); }

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

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

 span { border-color: rgb(209,61,96); }

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