#D53699

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

Shades of Deep Cerise #D53699

Tints of Deep Cerise #D53699

Color information

#D53699 (or 0xD53699) is unknown color: approx Deep Cerise. HEX triplet: D5, 36 and 99. RGB value is (213,54,153). Sum of RGB (Red+Green+Blue) = 213+54+153=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D53699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53699 is #2AC966. Grayscale: #707070. Windows color (decimal): -2804071 or 10041045. OLE color: 10041045.

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

Color convert

RGB21354153-
CMYK00.750.280.16
HSL322.64º65.43%52.35%-
HSV(B)322.64º74.65%83.53%-
XYZ34.5119.0832-
YUV112.83150.68199.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.71%
GREEN value IS 54 (21.48% from 255) = 12.86%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=50.71%
G=12.86%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135415300.750.280.16322.6465.4352.35
HexD5369904B1C101434134
Octal325662310113342050310164
Binary11010101110110100110010100101111100100001010000111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53699; }

 p { color: rgb(213,54,153); }

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

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

 a { background-color: rgb(213,54,153); }

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

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

 span { border-color: rgb(213,54,153); }

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