Html Css Color HEX #D108AD Deep Magenta

📋 copy color: '#D108AD'

red 209 ◦ green 8 ◦ blue 173

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

Shades of Deep Magenta #D108AD

Tints of Deep Magenta #D108AD

RGB

 RED value IS 209 (82.03% from 255) = 53.59%

 GREEN value IS 8 (3.52% from 255) = 2.05%

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

R = 53.59%
G = 2.05%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D108AD (or 0xD108AD) is known color: Deep Magenta. HEX triplet: D1, 08 and AD. RGB value is (209,8,173). Sum of RGB (Red+Green+Blue) = 209+8+173=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D108AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D108AD is #2EF752. Grayscale: #565656. Windows color (decimal): -3077971 or 11339985. OLE color: 11339985.

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

Color convert

RGB 209 8 173 -
CMYK 0 0.96 0.17 0.18
HSL 310.75º 0.93% 0.43% -
HSV(B) 310.75º 0.96% 0.82% -
XYZ 33.92 16.75 40.98 -
YUV 86.91 176.59 215.08 -
System Red Green Blue C M Y K H S L
Decimal 209 8 173 0 0.96 0.17 0.18 310.75 0.93 0.43
Hex D1 8 AD 0 60 11 12 137 5D 2B
Octal 321 10 255 0 140 21 22 467 135 53
Binary 11010001 1000 10101101 0 1100000 10001 10010 100110111 1011101 101011

Color Harmonies of #D108AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D108AD

Black with #D108AD

Text Example


Text Example

White with #D108AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D108AD; }

 p { color: rgb(209,8,173); }

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

background-color css

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

 a { background-color: rgb(209,8,173); }

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

border-color css

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

 span { border-color: rgb(209,8,173); }

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