#D53594

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

Shades of Deep Cerise #D53594

Tints of Deep Cerise #D53594

Color information

#D53594 (or 0xD53594) is unknown color: approx Deep Cerise. HEX triplet: D5, 35 and 94. RGB value is (213,53,148). Sum of RGB (Red+Green+Blue) = 213+53+148=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D53594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53594 is #2ACA6B. Grayscale: #6F6F6F. Windows color (decimal): -2804332 or 9713109. OLE color: 9713109.

HSL color Cylindrical-coordinate representation of color #D53594: hue angle of 324.38º degrees, saturation: 0.66, 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 #D53594 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21353148-
CMYK00.750.310.16
HSL324.38º65.57%52.16%-
HSV(B)324.38º75.12%83.53%-
XYZ34.0618.8329.86-
YUV111.67148.51200.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.45%
GREEN value IS 53 (21.09% from 255) = 12.80%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=51.45%
G=12.80%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135314800.750.310.16324.3865.5752.16
HexD5359404B1F101444234
Octal325652240113372050410264
Binary11010101110101100101000100101111111100001010001001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53594; }

 p { color: rgb(213,53,148); }

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

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

 a { background-color: rgb(213,53,148); }

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

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

 span { border-color: rgb(213,53,148); }

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