Html Css Color HEX #D21DDA Deep Magenta

📋 copy color: '#D21DDA'

red 210 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #D21DDA

Tints of Deep Magenta #D21DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.35%

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

R = 45.95%
G = 6.35%
B = 47.7%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D21DDA (or 0xD21DDA) is known color: Deep Magenta. HEX triplet: D2, 1D and DA. RGB value is (210,29,218). Sum of RGB (Red+Green+Blue) = 210+29+218=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #D21DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DDA is #2DE225. Grayscale: #686868. Windows color (decimal): -3007014 or 14294482. OLE color: 14294482.

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

Color convert

RGB 210 29 218 -
CMYK 0.04 0.87 0 0.15
HSL 297.46º 0.77% 0.48% -
HSV(B) 297.46º 0.87% 0.85% -
XYZ 39.67 19.64 68.03 -
YUV 104.67 191.97 203.13 -
System Red Green Blue C M Y K H S L
Decimal 210 29 218 0.04 0.87 0 0.15 297.46 0.77 0.48
Hex D2 1D DA 4 57 0 F 129 4D 30
Octal 322 35 332 4 127 0 17 451 115 60
Binary 11010010 11101 11011010 100 1010111 0 1111 100101001 1001101 110000

Color Harmonies of #D21DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DDA

Black with #D21DDA

Text Example


Text Example

White with #D21DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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