#d13356

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

Shades of Cerise #D13356

Tints of Cerise #D13356

Color information

#D13356 (or 0xD13356) is unknown color: approx Cerise. HEX triplet: D1, 33 and 56. RGB value is (209,51,86). Sum of RGB (Red+Green+Blue) = 209+51+86=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D13356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13356 is #2ECCA9. Grayscale: #666666. Windows color (decimal): -3067050 or 5649361. OLE color: 5649361.

HSL color Cylindrical-coordinate representation of color #D13356: hue angle of 346.71º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13356 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2095186-
CMYK00.760.590.18
HSL346.71º63.2%50.98%-
HSV(B)346.71º75.6%81.96%-
XYZ29.1616.5910.47-
YUV102.23118.85204.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.40%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=60.40%
G=14.74%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209518600.760.590.18346.7163.250.98
HexD1335604C3B1215b3f33
Octal32163126011473225337763
Binary1101000111001110101100100110011101110010101011011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13356; }

 p { color: rgb(209,51,86); }

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

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

 a { background-color: rgb(209,51,86); }

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

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

 span { border-color: rgb(209,51,86); }

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