#D53A6F

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

Shades of Cerise #D53A6F

Tints of Cerise #D53A6F

Color information

#D53A6F (or 0xD53A6F) is unknown color: approx Cerise. HEX triplet: D5, 3A and 6F. RGB value is (213,58,111). Sum of RGB (Red+Green+Blue) = 213+58+111=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53A6F is #2AC590. Grayscale: #6E6E6E. Windows color (decimal): -2803089 or 7289557. OLE color: 7289557.

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

Color convert

RGB21358111-
CMYK00.730.480.16
HSL339.48º64.85%53.14%-
HSV(B)339.48º72.77%83.53%-
XYZ31.8218.3216.9-
YUV110.39128.35201.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.76%
GREEN value IS 58 (23.05% from 255) = 15.18%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=55.76%
G=15.18%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135811100.730.480.16339.4864.8553.14
HexD53A6F04930101534135
Octal325721570111602052310165
Binary11010101111010110111101001001110000100001010100111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A6F; }

 p { color: rgb(213,58,111); }

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

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

 a { background-color: rgb(213,58,111); }

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

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

 span { border-color: rgb(213,58,111); }

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