#D13C58

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

Shades of Cerise #D13C58

Tints of Cerise #D13C58

Color information

#D13C58 (or 0xD13C58) is unknown color: approx Cerise. HEX triplet: D1, 3C and 58. RGB value is (209,60,88). Sum of RGB (Red+Green+Blue) = 209+60+88=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C58 is #2EC3A7. Grayscale: #6B6B6B. Windows color (decimal): -3064744 or 5782737. OLE color: 5782737.

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

Color convert

RGB2096088-
CMYK00.710.580.18
HSL348.72º61.83%52.75%-
HSV(B)348.72º71.29%81.96%-
XYZ29.6717.4911.04-
YUV107.74116.86200.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.54%
GREEN value IS 60 (23.83% from 255) = 16.81%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=58.54%
G=16.81%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209608800.710.580.18348.7261.8352.75
HexD13C580473A1215d3e35
Octal32174130010772225357665
Binary1101000111110010110000100011111101010010101011101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13C58; }

 p { color: rgb(209,60,88); }

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

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

 a { background-color: rgb(209,60,88); }

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

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

 span { border-color: rgb(209,60,88); }

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