#D53D5A

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

Shades of Cerise #D53D5A

Tints of Cerise #D53D5A

Color information

#D53D5A (or 0xD53D5A) is unknown color: approx Cerise. HEX triplet: D5, 3D and 5A. RGB value is (213,61,90). Sum of RGB (Red+Green+Blue) = 213+61+90=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D5A is #2AC2A5. Grayscale: #6D6D6D. Windows color (decimal): -2802342 or 5914069. OLE color: 5914069.

HSL color Cylindrical-coordinate representation of color #D53D5A: hue angle of 348.55º 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 #D53D5A is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2136190-
CMYK00.710.580.16
HSL348.55º64.41%53.73%-
HSV(B)348.55º71.36%83.53%-
XYZ30.9518.2211.56-
YUV109.75116.86201.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.52%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=58.52%
G=16.76%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213619000.710.580.16348.5564.4153.73
HexD53D5A0473A1015d4036
Octal325751320107722053510066
Binary11010101111101101101001000111111010100001010111011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D5A; }

 p { color: rgb(213,61,90); }

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

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

 a { background-color: rgb(213,61,90); }

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

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

 span { border-color: rgb(213,61,90); }

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