#D53364

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

Shades of Cerise #D53364

Tints of Cerise #D53364

Color information

#D53364 (or 0xD53364) is unknown color: approx Cerise. HEX triplet: D5, 33 and 64. RGB value is (213,51,100). Sum of RGB (Red+Green+Blue) = 213+51+100=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D53364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53364 is #2ACC9B. Grayscale: #686868. Windows color (decimal): -2804892 or 6566869. OLE color: 6566869.

HSL color Cylindrical-coordinate representation of color #D53364: hue angle of 341.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53364 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB21351100-
CMYK00.760.530.16
HSL341.85º65.85%51.76%-
HSV(B)341.85º76.06%83.53%-
XYZ30.9217.4313.79-
YUV105.02125.17205.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.52%
GREEN value IS 51 (20.31% from 255) = 14.01%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=58.52%
G=14.01%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135110000.760.530.16341.8565.8551.76
HexD5336404C35101564234
Octal325631440114652052610264
Binary11010101110011110010001001100110101100001010101101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53364; }

 p { color: rgb(213,51,100); }

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

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

 a { background-color: rgb(213,51,100); }

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

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

 span { border-color: rgb(213,51,100); }

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