Html Css Color HEX #D21ACC Deep Magenta

📋 copy color: '#D21ACC'

red 210 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #D21ACC

Tints of Deep Magenta #D21ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 47.73%
G = 5.91%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D21ACC (or 0xD21ACC) is known color: Deep Magenta. HEX triplet: D2, 1A and CC. RGB value is (210,26,204). Sum of RGB (Red+Green+Blue) = 210+26+204=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ACC is #2DE533. Grayscale: #646464. Windows color (decimal): -3007796 or 13376210. OLE color: 13376210.

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

Color convert

RGB 210 26 204 -
CMYK 0 0.88 0.03 0.18
HSL 301.96º 0.78% 0.46% -
HSV(B) 301.96º 0.88% 0.82% -
XYZ 37.85 18.8 58.76 -
YUV 101.31 185.96 205.53 -
System Red Green Blue C M Y K H S L
Decimal 210 26 204 0 0.88 0.03 0.18 301.96 0.78 0.46
Hex D2 1A CC 0 58 3 12 12E 4E 2E
Octal 322 32 314 0 130 3 22 456 116 56
Binary 11010010 11010 11001100 0 1011000 11 10010 100101110 1001110 101110

Color Harmonies of #D21ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21ACC

Black with #D21ACC

Text Example


Text Example

White with #D21ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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