#D53380

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

Shades of Deep Cerise #D53380

Tints of Deep Cerise #D53380

Color information

#D53380 (or 0xD53380) is unknown color: approx Deep Cerise. HEX triplet: D5, 33 and 80. RGB value is (213,51,128). Sum of RGB (Red+Green+Blue) = 213+51+128=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D53380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53380 is #2ACC7F. Grayscale: #6C6C6C. Windows color (decimal): -2804864 or 8401877. OLE color: 8401877.

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

Color convert

RGB21351128-
CMYK00.760.400.16
HSL331.48º65.85%51.76%-
HSV(B)331.48º76.06%83.53%-
XYZ32.5218.0722.2-
YUV108.22139.17202.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.34%
GREEN value IS 51 (20.31% from 255) = 13.01%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=54.34%
G=13.01%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135112800.760.400.16331.4865.8551.76
HexD5338004C281014b4234
Octal325632000114502051310264
Binary110101011100111000000001001100101000100001010010111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53380; }

 p { color: rgb(213,51,128); }

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

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

 a { background-color: rgb(213,51,128); }

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

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

 span { border-color: rgb(213,51,128); }

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