Html Css Color HEX #D200AD Deep Magenta

📋 copy color: '#D200AD'

red 210 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #D200AD

Tints of Deep Magenta #D200AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.83%
G = 0%
B = 45.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D200AD (or 0xD200AD) is known color: Deep Magenta. HEX triplet: D2, 00 and AD. RGB value is (210,0,173). Sum of RGB (Red+Green+Blue) = 210+0+173=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D200AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D200AD is #2DFF52. Grayscale: #525252. Windows color (decimal): -3014483 or 11337938. OLE color: 11337938.

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

Color convert

RGB 210 0 173 -
CMYK 0 1 0.18 0.18
HSL 310.57º 1% 0.41% -
HSV(B) 310.57º 1% 0.82% -
XYZ 34.12 16.72 40.96 -
YUV 82.51 179.07 218.93 -
System Red Green Blue C M Y K H S L
Decimal 210 0 173 0 1 0.18 0.18 310.57 1 0.41
Hex D2 0 AD 0 64 12 12 137 64 29
Octal 322 0 255 0 144 22 22 467 144 51
Binary 11010010 0 10101101 0 1100100 10010 10010 100110111 1100100 101001

Color Harmonies of #D200AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200AD

Black with #D200AD

Text Example


Text Example

White with #D200AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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