#D21AC1

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

Shades of Deep Magenta #D21AC1

Tints of Deep Magenta #D21AC1

Color information

#D21AC1 (or 0xD21AC1) is unknown color: approx Deep Magenta. HEX triplet: D2, 1A and C1. RGB value is (210,26,193). Sum of RGB (Red+Green+Blue) = 210+26+193=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21AC1 is #2DE53E. Grayscale: #636363. Windows color (decimal): -3007807 or 12655314. OLE color: 12655314.

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

Color convert

RGB21026193-
CMYK00.880.080.18
HSL305.54º77.97%46.27%-
HSV(B)305.54º87.62%82.35%-
XYZ36.5718.2952.05-
YUV100.05180.46206.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.95%
GREEN value IS 26 (10.55% from 255) = 6.06%
BLUE value IS 193 (75.78% from 255) = 44.99%
R=48.95%
G=6.06%
B=44.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102619300.880.080.18305.5477.9746.27
HexD21AC10588121324e2e
Octal322323010130102246211656
Binary110100101101011000001010110001000100101001100101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21AC1; }

 p { color: rgb(210,26,193); }

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

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

 a { background-color: rgb(210,26,193); }

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

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

 span { border-color: rgb(210,26,193); }

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