Html Css Color HEX #AD0DBF Deep Magenta

📋 copy color: '#AD0DBF'

red 173 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #AD0DBF

Tints of Deep Magenta #AD0DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.66%

R = 45.89%
G = 3.45%
B = 50.66%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD0DBF (or 0xAD0DBF) is known color: Deep Magenta. HEX triplet: AD, 0D and BF. RGB value is (173,13,191). Sum of RGB (Red+Green+Blue) = 173+13+191=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD0DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DBF is #52F240. Grayscale: #505050. Windows color (decimal): -5435969 or 12520877. OLE color: 12520877.

HSL color Cylindrical-coordinate representation of color #AD0DBF: hue angle of 293.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DBF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 13 191 -
CMYK 0.09 0.93 0 0.25
HSL 293.93º 0.87% 0.4% -
HSV(B) 293.93º 0.93% 0.75% -
XYZ 26.78 12.93 50.38 -
YUV 81.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 173 13 191 0.09 0.93 0 0.25 293.93 0.87 0.4
Hex AD D BF 9 5D 0 19 126 57 28
Octal 255 15 277 11 135 0 31 446 127 50
Binary 10101101 1101 10111111 1001 1011101 0 11001 100100110 1010111 101000

Color Harmonies of #AD0DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DBF

Black with #AD0DBF

Text Example


Text Example

White with #AD0DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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