Html Css Color HEX #D21ADC Deep Magenta

📋 copy color: '#D21ADC'

red 210 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #D21ADC

Tints of Deep Magenta #D21ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 46.05%
G = 5.7%
B = 48.25%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D21ADC (or 0xD21ADC) is known color: Deep Magenta. HEX triplet: D2, 1A and DC. RGB value is (210,26,220). Sum of RGB (Red+Green+Blue) = 210+26+220=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #D21ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ADC is #2DE523. Grayscale: #666666. Windows color (decimal): -3007780 or 14424786. OLE color: 14424786.

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

Color convert

RGB 210 26 220 -
CMYK 0.05 0.88 0 0.14
HSL 296.91º 0.79% 0.48% -
HSV(B) 296.91º 0.88% 0.86% -
XYZ 39.87 19.61 69.39 -
YUV 103.13 193.96 204.23 -
System Red Green Blue C M Y K H S L
Decimal 210 26 220 0.05 0.88 0 0.14 296.91 0.79 0.48
Hex D2 1A DC 5 58 0 E 129 4F 30
Octal 322 32 334 5 130 0 16 451 117 60
Binary 11010010 11010 11011100 101 1011000 0 1110 100101001 1001111 110000

Color Harmonies of #D21ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21ADC

Black with #D21ADC

Text Example


Text Example

White with #D21ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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