#D53D58

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

Shades of Cerise #D53D58

Tints of Cerise #D53D58

Color information

#D53D58 (or 0xD53D58) is unknown color: approx Cerise. HEX triplet: D5, 3D and 58. RGB value is (213,61,88). Sum of RGB (Red+Green+Blue) = 213+61+88=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D58 is #2AC2A7. Grayscale: #6D6D6D. Windows color (decimal): -2802344 or 5782997. OLE color: 5782997.

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

Color convert

RGB2136188-
CMYK00.710.590.16
HSL349.34º64.41%53.73%-
HSV(B)349.34º71.36%83.53%-
XYZ30.8718.1911.12-
YUV109.53115.86201.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.84%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 88 (34.77% from 255) = 24.31%
R=58.84%
G=16.85%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213618800.710.590.16349.3464.4153.73
HexD53D580473B1015d4036
Octal325751300107732053510066
Binary11010101111101101100001000111111011100001010111011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D58; }

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

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

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

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

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

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

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

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