#d21dc2

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

Shades of Deep Magenta #D21DC2

Tints of Deep Magenta #D21DC2

Color information

#D21DC2 (or 0xD21DC2) is unknown color: approx Deep Magenta. HEX triplet: D2, 1D and C2. RGB value is (210,29,194). Sum of RGB (Red+Green+Blue) = 210+29+194=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DC2 is #2DE23D. Grayscale: #656565. Windows color (decimal): -3007038 or 12721618. OLE color: 12721618.

HSL color Cylindrical-coordinate representation of color #D21DC2: hue angle of 305.3º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21DC2 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB21029194-
CMYK00.860.080.18
HSL305.3º75.73%46.86%-
HSV(B)305.3º86.19%82.35%-
XYZ36.7618.4852.67-
YUV101.93179.97205.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.50%
GREEN value IS 29 (11.72% from 255) = 6.70%
BLUE value IS 194 (76.17% from 255) = 44.80%
R=48.50%
G=6.70%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102919400.860.080.18305.375.7346.86
HexD21DC20568121314c2f
Octal322353020126102246111457
Binary110100101110111000010010101101000100101001100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d21dc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d21dc2; }

 p { color: rgb(210,29,194); }

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

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

 a { background-color: rgb(210,29,194); }

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

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

 span { border-color: rgb(210,29,194); }

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