Html Css Color HEX #D21DAF Deep Magenta

📋 copy color: '#D21DAF'

red 210 ◦ green 29 ◦ blue 175

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

Shades of Deep Magenta #D21DAF

Tints of Deep Magenta #D21DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 50.72%
G = 7%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D21DAF (or 0xD21DAF) is known color: Deep Magenta. HEX triplet: D2, 1D and AF. RGB value is (210,29,175). Sum of RGB (Red+Green+Blue) = 210+29+175=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DAF is #2DE250. Grayscale: #636363. Windows color (decimal): -3007057 or 11476434. OLE color: 11476434.

HSL color Cylindrical-coordinate representation of color #D21DAF: hue angle of 311.6º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21DAF is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 29 175 -
CMYK 0 0.86 0.17 0.18
HSL 311.6º 0.76% 0.47% -
HSV(B) 311.6º 0.86% 0.82% -
XYZ 34.76 17.68 42.14 -
YUV 99.76 170.47 206.63 -
System Red Green Blue C M Y K H S L
Decimal 210 29 175 0 0.86 0.17 0.18 311.6 0.76 0.47
Hex D2 1D AF 0 56 11 12 138 4C 2F
Octal 322 35 257 0 126 21 22 470 114 57
Binary 11010010 11101 10101111 0 1010110 10001 10010 100111000 1001100 101111

Color Harmonies of #D21DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DAF

Black with #D21DAF

Text Example


Text Example

White with #D21DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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