#d821c2

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

Shades of Deep Magenta #D821C2

Tints of Deep Magenta #D821C2

Color information

#D821C2 (or 0xD821C2) is unknown color: approx Deep Magenta. HEX triplet: D8, 21 and C2. RGB value is (216,33,194). Sum of RGB (Red+Green+Blue) = 216+33+194=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D821C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821C2 is #27DE3D. Grayscale: #696969. Windows color (decimal): -2612798 or 12722648. OLE color: 12722648.

HSL color Cylindrical-coordinate representation of color #D821C2: hue angle of 307.21º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D821C2 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB21633194-
CMYK00.850.100.15
HSL307.21º73.49%48.82%-
HSV(B)307.21º84.72%84.71%-
XYZ38.619.5852.78-
YUV106.07177.63206.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.76%
GREEN value IS 33 (13.28% from 255) = 7.45%
BLUE value IS 194 (76.17% from 255) = 43.79%
R=48.76%
G=7.45%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163319400.850.100.15307.2173.4948.82
HexD821C2055AF1334931
Octal330413020125121746311161
Binary110110001000011100001001010101101011111001100111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d821c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d821c2; }

 p { color: rgb(216,33,194); }

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

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

 a { background-color: rgb(216,33,194); }

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

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

 span { border-color: rgb(216,33,194); }

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