#d13b63

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

Shades of Cerise #D13B63

Tints of Cerise #D13B63

Color information

#D13B63 (or 0xD13B63) is unknown color: approx Cerise. HEX triplet: D1, 3B and 63. RGB value is (209,59,99). Sum of RGB (Red+Green+Blue) = 209+59+99=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B63 is #2EC49C. Grayscale: #6C6C6C. Windows color (decimal): -3064989 or 6503377. OLE color: 6503377.

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

Color convert

RGB2095999-
CMYK00.720.530.18
HSL344º61.98%52.55%-
HSV(B)344º71.77%81.96%-
XYZ30.1117.5813.61-
YUV108.41122.7199.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.95%
GREEN value IS 59 (23.44% from 255) = 16.08%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=56.95%
G=16.08%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209599900.720.530.1834461.9852.55
HexD13B6304835121583e35
Octal32173143011065225307665
Binary1101000111101111000110100100011010110010101011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13b63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13b63; }

 p { color: rgb(209,59,99); }

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

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

 a { background-color: rgb(209,59,99); }

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

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

 span { border-color: rgb(209,59,99); }

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