Html Css Color HEX #D00ABA Deep Magenta

📋 copy color: '#D00ABA'

red 208 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #D00ABA

Tints of Deep Magenta #D00ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 51.49%
G = 2.48%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D00ABA (or 0xD00ABA) is known color: Deep Magenta. HEX triplet: D0, 0A and BA. RGB value is (208,10,186). Sum of RGB (Red+Green+Blue) = 208+10+186=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ABA is #2FF545. Grayscale: #585858. Windows color (decimal): -3142982 or 12192464. OLE color: 12192464.

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

Color convert

RGB 208 10 186 -
CMYK 0 0.95 0.11 0.18
HSL 306.67º 0.91% 0.43% -
HSV(B) 306.67º 0.95% 0.82% -
XYZ 34.98 17.17 47.93 -
YUV 89.27 182.6 212.69 -
System Red Green Blue C M Y K H S L
Decimal 208 10 186 0 0.95 0.11 0.18 306.67 0.91 0.43
Hex D0 A BA 0 5F B 12 133 5B 2B
Octal 320 12 272 0 137 13 22 463 133 53
Binary 11010000 1010 10111010 0 1011111 1011 10010 100110011 1011011 101011

Color Harmonies of #D00ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ABA

Black with #D00ABA

Text Example


Text Example

White with #D00ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ABA; }

 p { color: rgb(208,10,186); }

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

background-color css

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

 a { background-color: rgb(208,10,186); }

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

border-color css

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

 span { border-color: rgb(208,10,186); }

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