#D63EA0

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

Shades of Deep Cerise #D63EA0

Tints of Deep Cerise #D63EA0

Color information

#D63EA0 (or 0xD63EA0) is unknown color: approx Deep Cerise. HEX triplet: D6, 3E and A0. RGB value is (214,62,160). Sum of RGB (Red+Green+Blue) = 214+62+160=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63EA0 is #29C15F. Grayscale: #767676. Windows color (decimal): -2736480 or 10501846. OLE color: 10501846.

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

Color convert

RGB21462160-
CMYK00.710.250.16
HSL321.32º64.96%54.12%-
HSV(B)321.32º71.03%83.92%-
XYZ35.820.2835.29-
YUV118.62151.36196.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 62 (24.61% from 255) = 14.22%
BLUE value IS 160 (62.89% from 255) = 36.70%
R=49.08%
G=14.22%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146216000.710.250.16321.3264.9654.12
HexD63EA004719101414136
Octal326762400107312050110166
Binary11010110111110101000000100011111001100001010000011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63EA0; }

 p { color: rgb(214,62,160); }

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

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

 a { background-color: rgb(214,62,160); }

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

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

 span { border-color: rgb(214,62,160); }

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