Html Css Color HEX #D21ACE Deep Magenta

📋 copy color: '#D21ACE'

red 210 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #D21ACE

Tints of Deep Magenta #D21ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 47.51%
G = 5.88%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D21ACE (or 0xD21ACE) is known color: Deep Magenta. HEX triplet: D2, 1A and CE. RGB value is (210,26,206). Sum of RGB (Red+Green+Blue) = 210+26+206=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ACE is #2DE531. Grayscale: #656565. Windows color (decimal): -3007794 or 13507282. OLE color: 13507282.

HSL color Cylindrical-coordinate representation of color #D21ACE: hue angle of 301.3º 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 #D21ACE is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 26 206 -
CMYK 0 0.88 0.02 0.18
HSL 301.3º 0.78% 0.46% -
HSV(B) 301.3º 0.88% 0.82% -
XYZ 38.09 18.9 60.03 -
YUV 101.54 186.96 205.36 -
System Red Green Blue C M Y K H S L
Decimal 210 26 206 0 0.88 0.02 0.18 301.3 0.78 0.46
Hex D2 1A CE 0 58 2 12 12D 4E 2E
Octal 322 32 316 0 130 2 22 455 116 56
Binary 11010010 11010 11001110 0 1011000 10 10010 100101101 1001110 101110

Color Harmonies of #D21ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21ACE

Black with #D21ACE

Text Example


Text Example

White with #D21ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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