#D53F65

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

Shades of Cerise #D53F65

Tints of Cerise #D53F65

Color information

#D53F65 (or 0xD53F65) is unknown color: approx Cerise. HEX triplet: D5, 3F and 65. RGB value is (213,63,101). Sum of RGB (Red+Green+Blue) = 213+63+101=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F65 is #2AC09A. Grayscale: #707070. Windows color (decimal): -2801819 or 6635477. OLE color: 6635477.

HSL color Cylindrical-coordinate representation of color #D53F65: hue angle of 344.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F65 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB21363101-
CMYK00.700.530.16
HSL344.8º64.1%54.12%-
HSV(B)344.8º70.42%83.53%-
XYZ31.5718.6414.25-
YUV112.18121.7199.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=56.50%
G=16.71%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136310100.700.530.16344.864.154.12
HexD53F6504635101594036
Octal325771450106652053110066
Binary11010101111111110010101000110110101100001010110011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53F65; }

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

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

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

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

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

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

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

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