#D63580

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

Shades of Deep Cerise #D63580

Tints of Deep Cerise #D63580

Color information

#D63580 (or 0xD63580) is unknown color: approx Deep Cerise. HEX triplet: D6, 35 and 80. RGB value is (214,53,128). Sum of RGB (Red+Green+Blue) = 214+53+128=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D63580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63580 is #29CA7F. Grayscale: #6D6D6D. Windows color (decimal): -2738816 or 8402390. OLE color: 8402390.

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

Color convert

RGB21453128-
CMYK00.750.400.16
HSL332.05º66.26%52.35%-
HSV(B)332.05º75.23%83.92%-
XYZ32.918.422.24-
YUV109.69138.34202.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 53 (21.09% from 255) = 13.42%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=54.18%
G=13.42%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145312800.750.400.16332.0566.2652.35
HexD6358004B281014c4234
Octal326652000113502051410264
Binary110101101101011000000001001011101000100001010011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63580; }

 p { color: rgb(214,53,128); }

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

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

 a { background-color: rgb(214,53,128); }

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

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

 span { border-color: rgb(214,53,128); }

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