#D808C4

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

Shades of Deep Magenta #D808C4

Tints of Deep Magenta #D808C4

Color information

#D808C4 (or 0xD808C4) is unknown color: approx Deep Magenta. HEX triplet: D8, 08 and C4. RGB value is (216,8,196). Sum of RGB (Red+Green+Blue) = 216+8+196=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D808C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808C4 is #27F73B. Grayscale: #5B5B5B. Windows color (decimal): -2619196 or 12847320. OLE color: 12847320.

HSL color Cylindrical-coordinate representation of color #D808C4: hue angle of 305.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D808C4 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB2168196-
CMYK00.960.090.15
HSL305.77º92.86%43.92%-
HSV(B)305.77º96.3%84.71%-
XYZ38.3718.7653.82-
YUV91.62186.91216.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.43%
GREEN value IS 8 (3.52% from 255) = 1.90%
BLUE value IS 196 (76.95% from 255) = 46.67%
R=51.43%
G=1.90%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216819600.960.090.15305.7792.8643.92
HexD88C40609F1325d2c
Octal330103040140111746213554
Binary1101100010001100010001100000100111111001100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D808C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D808C4; }

 p { color: rgb(216,8,196); }

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

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

 a { background-color: rgb(216,8,196); }

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

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

 span { border-color: rgb(216,8,196); }

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