#D53E63

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

Shades of Cerise #D53E63

Tints of Cerise #D53E63

Color information

#D53E63 (or 0xD53E63) is unknown color: approx Cerise. HEX triplet: D5, 3E and 63. RGB value is (213,62,99). Sum of RGB (Red+Green+Blue) = 213+62+99=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E63 is #2AC19C. Grayscale: #6F6F6F. Windows color (decimal): -2802077 or 6504149. OLE color: 6504149.

HSL color Cylindrical-coordinate representation of color #D53E63: hue angle of 345.3º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53E63 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB2136299-
CMYK00.710.540.16
HSL345.3º64.26%53.92%-
HSV(B)345.3º70.89%83.53%-
XYZ31.4218.4913.72-
YUV111.37121.03200.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.95%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=56.95%
G=16.58%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213629900.710.540.16345.364.2653.92
HexD53E6304736101594036
Octal325761430107662053110066
Binary11010101111110110001101000111110110100001010110011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53E63; }

 p { color: rgb(213,62,99); }

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

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

 a { background-color: rgb(213,62,99); }

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

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

 span { border-color: rgb(213,62,99); }

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