#D53784

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

Shades of Deep Cerise #D53784

Tints of Deep Cerise #D53784

Color information

#D53784 (or 0xD53784) is unknown color: approx Deep Cerise. HEX triplet: D5, 37 and 84. RGB value is (213,55,132). Sum of RGB (Red+Green+Blue) = 213+55+132=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D53784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53784 is #2AC87B. Grayscale: #6E6E6E. Windows color (decimal): -2803836 or 8665045. OLE color: 8665045.

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

Color convert

RGB21355132-
CMYK00.740.380.16
HSL330.76º65.29%52.55%-
HSV(B)330.76º74.18%83.53%-
XYZ32.9718.5423.67-
YUV111.02139.85200.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.25%
GREEN value IS 55 (21.88% from 255) = 13.75%
BLUE value IS 132 (51.95% from 255) = 33%
R=53.25%
G=13.75%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135513200.740.380.16330.7665.2952.55
HexD5378404A261014b4135
Octal325672040112462051310165
Binary110101011101111000010001001010100110100001010010111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53784; }

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

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

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

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

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

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

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

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