Html Css Color HEX #D212AD Deep Magenta

📋 copy color: '#D212AD'

red 210 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #D212AD

Tints of Deep Magenta #D212AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.49%

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 52.37%
G = 4.49%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D212AD (or 0xD212AD) is known color: Deep Magenta. HEX triplet: D2, 12 and AD. RGB value is (210,18,173). Sum of RGB (Red+Green+Blue) = 210+18+173=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D212AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D212AD is #2DED52. Grayscale: #5C5C5C. Windows color (decimal): -3009875 or 11342546. OLE color: 11342546.

HSL color Cylindrical-coordinate representation of color #D212AD: hue angle of 311.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D212AD is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 173 -
CMYK 0 0.91 0.18 0.18
HSL 311.56º 0.84% 0.45% -
HSV(B) 311.56º 0.91% 0.82% -
XYZ 34.34 17.15 41.04 -
YUV 93.08 173.11 211.4 -
System Red Green Blue C M Y K H S L
Decimal 210 18 173 0 0.91 0.18 0.18 311.56 0.84 0.45
Hex D2 12 AD 0 5B 12 12 138 54 2D
Octal 322 22 255 0 133 22 22 470 124 55
Binary 11010010 10010 10101101 0 1011011 10010 10010 100111000 1010100 101101

Color Harmonies of #D212AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212AD

Black with #D212AD

Text Example


Text Example

White with #D212AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212AD; }

 p { color: rgb(210,18,173); }

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

background-color css

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

 a { background-color: rgb(210,18,173); }

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

border-color css

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

 span { border-color: rgb(210,18,173); }

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