Html Css Color HEX #D21ADE Deep Magenta

📋 copy color: '#D21ADE'

red 210 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #D21ADE

Tints of Deep Magenta #D21ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 45.85%
G = 5.68%
B = 48.47%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D21ADE (or 0xD21ADE) is known color: Deep Magenta. HEX triplet: D2, 1A and DE. RGB value is (210,26,222). Sum of RGB (Red+Green+Blue) = 210+26+222=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #D21ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ADE is #2DE521. Grayscale: #666666. Windows color (decimal): -3007778 or 14555858. OLE color: 14555858.

HSL color Cylindrical-coordinate representation of color #D21ADE: hue angle of 296.33º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21ADE is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 26 222 -
CMYK 0.05 0.88 0 0.13
HSL 296.33º 0.79% 0.49% -
HSV(B) 296.33º 0.88% 0.87% -
XYZ 40.13 19.71 70.8 -
YUV 103.36 194.96 204.06 -
System Red Green Blue C M Y K H S L
Decimal 210 26 222 0.05 0.88 0 0.13 296.33 0.79 0.49
Hex D2 1A DE 5 58 0 D 128 4F 31
Octal 322 32 336 5 130 0 15 450 117 61
Binary 11010010 11010 11011110 101 1011000 0 1101 100101000 1001111 110001

Color Harmonies of #D21ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21ADE

Black with #D21ADE

Text Example


Text Example

White with #D21ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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