#D53D65

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

Shades of Cerise #D53D65

Tints of Cerise #D53D65

Color information

#D53D65 (or 0xD53D65) is unknown color: approx Cerise. HEX triplet: D5, 3D and 65. RGB value is (213,61,101). Sum of RGB (Red+Green+Blue) = 213+61+101=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D65 is #2AC29A. Grayscale: #6E6E6E. Windows color (decimal): -2802331 or 6634965. OLE color: 6634965.

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

Color convert

RGB21361101-
CMYK00.710.530.16
HSL344.21º64.41%53.73%-
HSV(B)344.21º71.36%83.53%-
XYZ31.4618.4214.21-
YUV111.01122.36200.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.8%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=56.8%
G=16.27%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136110100.710.530.16344.2164.4153.73
HexD53D6504735101584036
Octal325751450107652053010066
Binary11010101111101110010101000111110101100001010110001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D65; }

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

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

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

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

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

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

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

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