Html Css Color HEX #D21ADA Deep Magenta

📋 copy color: '#D21ADA'

red 210 ◦ green 26 ◦ blue 218

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

Shades of Deep Magenta #D21ADA

Tints of Deep Magenta #D21ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 46.26%
G = 5.73%
B = 48.02%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D21ADA (or 0xD21ADA) is known color: Deep Magenta. HEX triplet: D2, 1A and DA. RGB value is (210,26,218). Sum of RGB (Red+Green+Blue) = 210+26+218=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #D21ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ADA is #2DE525. Grayscale: #666666. Windows color (decimal): -3007782 or 14293714. OLE color: 14293714.

HSL color Cylindrical-coordinate representation of color #D21ADA: hue angle of 297.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21ADA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 26 218 -
CMYK 0.04 0.88 0 0.15
HSL 297.5º 0.79% 0.48% -
HSV(B) 297.5º 0.88% 0.85% -
XYZ 39.6 19.5 68.01 -
YUV 102.9 192.96 204.39 -
System Red Green Blue C M Y K H S L
Decimal 210 26 218 0.04 0.88 0 0.15 297.5 0.79 0.48
Hex D2 1A DA 4 58 0 F 12A 4F 30
Octal 322 32 332 4 130 0 17 452 117 60
Binary 11010010 11010 11011010 100 1011000 0 1111 100101010 1001111 110000

Color Harmonies of #D21ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21ADA

Black with #D21ADA

Text Example


Text Example

White with #D21ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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