#D53758

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

Shades of Cerise #D53758

Tints of Cerise #D53758

Color information

#D53758 (or 0xD53758) is unknown color: approx Cerise. HEX triplet: D5, 37 and 58. RGB value is (213,55,88). Sum of RGB (Red+Green+Blue) = 213+55+88=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D53758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53758 is #2AC8A7. Grayscale: #6A6A6A. Windows color (decimal): -2803880 or 5781461. OLE color: 5781461.

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

Color convert

RGB2135588-
CMYK00.740.590.16
HSL347.47º65.29%52.55%-
HSV(B)347.47º74.18%83.53%-
XYZ30.5717.5811.02-
YUV106117.85204.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 55 (21.88% from 255) = 15.45%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=59.83%
G=15.45%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213558800.740.590.16347.4765.2952.55
HexD5375804A3B1015b4135
Octal325671300112732053310165
Binary11010101110111101100001001010111011100001010110111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53758; }

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

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

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

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

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

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

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

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