#D63EA1

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

Shades of Deep Cerise #D63EA1

Tints of Deep Cerise #D63EA1

Color information

#D63EA1 (or 0xD63EA1) is unknown color: approx Deep Cerise. HEX triplet: D6, 3E and A1. RGB value is (214,62,161). Sum of RGB (Red+Green+Blue) = 214+62+161=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63EA1 is #29C15E. Grayscale: #767676. Windows color (decimal): -2736479 or 10567382. OLE color: 10567382.

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

Color convert

RGB21462161-
CMYK00.710.250.16
HSL320.92º64.96%54.12%-
HSV(B)320.92º71.03%83.92%-
XYZ35.8920.3135.75-
YUV118.73151.86195.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 62 (24.61% from 255) = 14.19%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=48.97%
G=14.19%
B=36.84%

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
Decimal2146216100.710.250.16320.9264.9654.12
HexD63EA104719101414136
Octal326762410107312050110166
Binary11010110111110101000010100011111001100001010000011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63EA1; }

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

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

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

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

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

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

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

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