Html Css Color HEX #D00AD0 Deep Magenta

📋 copy color: '#D00AD0'

red 208 ◦ green 10 ◦ blue 208

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

Shades of Deep Magenta #D00AD0

Tints of Deep Magenta #D00AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.83%

R = 48.83%
G = 2.35%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D00AD0 (or 0xD00AD0) is known color: Deep Magenta. HEX triplet: D0, 0A and D0. RGB value is (208,10,208). Sum of RGB (Red+Green+Blue) = 208+10+208=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D00AD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00AD0 is #2FF52F. Grayscale: #5B5B5B. Windows color (decimal): -3142960 or 13634256. OLE color: 13634256.

HSL color Cylindrical-coordinate representation of color #D00AD0: hue angle of 300º 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 #D00AD0 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 10 208 -
CMYK 0 0.95 0 0.18
HSL 300º 0.91% 0.43% -
HSV(B) 300º 0.95% 0.82% -
XYZ 37.51 18.18 61.21 -
YUV 91.77 193.6 210.9 -
System Red Green Blue C M Y K H S L
Decimal 208 10 208 0 0.95 0 0.18 300 0.91 0.43
Hex D0 A D0 0 5F 0 12 12C 5B 2B
Octal 320 12 320 0 137 0 22 454 133 53
Binary 11010000 1010 11010000 0 1011111 0 10010 100101100 1011011 101011

Color Harmonies of #D00AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AD0

Black with #D00AD0

Text Example


Text Example

White with #D00AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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