Html Css Color HEX #AD0DBB Deep Magenta

📋 copy color: '#AD0DBB'

red 173 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #AD0DBB

Tints of Deep Magenta #AD0DBB

RGB

 RED value IS 173 (67.97% from 255) = 46.38%

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 46.38%
G = 3.49%
B = 50.13%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD0DBB (or 0xAD0DBB) is known color: Deep Magenta. HEX triplet: AD, 0D and BB. RGB value is (173,13,187). Sum of RGB (Red+Green+Blue) = 173+13+187=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD0DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DBB is #52F244. Grayscale: #505050. Windows color (decimal): -5435973 or 12258733. OLE color: 12258733.

HSL color Cylindrical-coordinate representation of color #AD0DBB: hue angle of 295.17º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DBB is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 13 187 -
CMYK 0.07 0.93 0 0.27
HSL 295.17º 0.87% 0.39% -
HSV(B) 295.17º 0.93% 0.73% -
XYZ 26.35 12.76 48.09 -
YUV 80.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 173 13 187 0.07 0.93 0 0.27 295.17 0.87 0.39
Hex AD D BB 7 5D 0 1B 127 57 27
Octal 255 15 273 7 135 0 33 447 127 47
Binary 10101101 1101 10111011 111 1011101 0 11011 100100111 1010111 100111

Color Harmonies of #AD0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DBB

Black with #AD0DBB

Text Example


Text Example

White with #AD0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DBB; }

 p { color: rgb(173,13,187); }

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

background-color css

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

 a { background-color: rgb(173,13,187); }

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

border-color css

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

 span { border-color: rgb(173,13,187); }

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