Html Css Color HEX #D21AD6 Deep Magenta

📋 copy color: '#D21AD6'

red 210 ◦ green 26 ◦ blue 214

#D21AD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D21AD6

Tints of Deep Magenta #D21AD6

RGB

 RED value IS 210 (82.42% from 255) = 46.67%

 GREEN value IS 26 (10.55% from 255) = 5.78%

 BLUE value IS 214 (83.98% from 255) = 47.56%

R = 46.67%
G = 5.78%
B = 47.56%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D21AD6 (or 0xD21AD6) is known color: Deep Magenta. HEX triplet: D2, 1A and D6. RGB value is (210,26,214). Sum of RGB (Red+Green+Blue) = 210+26+214=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #D21AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21AD6 is #2DE529. Grayscale: #656565. Windows color (decimal): -3007786 or 14031570. OLE color: 14031570.

HSL color Cylindrical-coordinate representation of color #D21AD6: hue angle of 298.72º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21AD6 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 26 214 -
CMYK 0.02 0.88 0 0.16
HSL 298.72º 0.78% 0.47% -
HSV(B) 298.72º 0.88% 0.84% -
XYZ 39.09 19.3 65.28 -
YUV 102.45 190.96 204.71 -
System Red Green Blue C M Y K H S L
Decimal 210 26 214 0.02 0.88 0 0.16 298.72 0.78 0.47
Hex D2 1A D6 2 58 0 10 12B 4E 2F
Octal 322 32 326 2 130 0 20 453 116 57
Binary 11010010 11010 11010110 10 1011000 0 10000 100101011 1001110 101111

Color Harmonies of #D21AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21AD6

Black with #D21AD6

Text Example


Text Example

White with #D21AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21AD6; }

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

 H1.HeaderClassName
 {
   color: #D21AD6;
 }
 .AnyTagClassName
 {
   color: #D21AD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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