#D53765

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

Shades of Cerise #D53765

Tints of Cerise #D53765

Color information

#D53765 (or 0xD53765) is unknown color: approx Cerise. HEX triplet: D5, 37 and 65. RGB value is (213,55,101). Sum of RGB (Red+Green+Blue) = 213+55+101=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D53765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53765 is #2AC89A. Grayscale: #6B6B6B. Windows color (decimal): -2803867 or 6633429. OLE color: 6633429.

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

Color convert

RGB21355101-
CMYK00.740.530.16
HSL342.53º65.29%52.55%-
HSV(B)342.53º74.18%83.53%-
XYZ31.1617.8214.11-
YUV107.49124.35203.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.72%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=57.72%
G=14.91%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135510100.740.530.16342.5365.2952.55
HexD5376504A35101574135
Octal325671450112652052710165
Binary11010101110111110010101001010110101100001010101111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53765; }

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

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

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

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

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

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

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

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