Html Css Color HEX #D005AD Deep Magenta

📋 copy color: '#D005AD'

red 208 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #D005AD

Tints of Deep Magenta #D005AD

RGB

 RED value IS 208 (81.64% from 255) = 53.89%

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 53.89%
G = 1.3%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D005AD (or 0xD005AD) is known color: Deep Magenta. HEX triplet: D0, 05 and AD. RGB value is (208,5,173). Sum of RGB (Red+Green+Blue) = 208+5+173=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D005AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D005AD is #2FFA52. Grayscale: #545454. Windows color (decimal): -3144275 or 11339216. OLE color: 11339216.

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

Color convert

RGB 208 5 173 -
CMYK 0 0.98 0.17 0.18
HSL 310.34º 0.95% 0.42% -
HSV(B) 310.34º 0.98% 0.82% -
XYZ 33.61 16.54 40.96 -
YUV 84.85 177.75 215.84 -
System Red Green Blue C M Y K H S L
Decimal 208 5 173 0 0.98 0.17 0.18 310.34 0.95 0.42
Hex D0 5 AD 0 62 11 12 136 5F 2A
Octal 320 5 255 0 142 21 22 466 137 52
Binary 11010000 101 10101101 0 1100010 10001 10010 100110110 1011111 101010

Color Harmonies of #D005AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005AD

Black with #D005AD

Text Example


Text Example

White with #D005AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005AD; }

 p { color: rgb(208,5,173); }

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

background-color css

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

 a { background-color: rgb(208,5,173); }

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

border-color css

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

 span { border-color: rgb(208,5,173); }

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