Html Css Color HEX #D00AD5 Deep Magenta

📋 copy color: '#D00AD5'

red 208 ◦ green 10 ◦ blue 213

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

Shades of Deep Magenta #D00AD5

Tints of Deep Magenta #D00AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.42%

R = 48.26%
G = 2.32%
B = 49.42%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D00AD5 (or 0xD00AD5) is known color: Deep Magenta. HEX triplet: D0, 0A and D5. RGB value is (208,10,213). Sum of RGB (Red+Green+Blue) = 208+10+213=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #D00AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00AD5 is #2FF52A. Grayscale: #5B5B5B. Windows color (decimal): -3142955 or 13961936. OLE color: 13961936.

HSL color Cylindrical-coordinate representation of color #D00AD5: hue angle of 298.52º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00AD5 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 10 213 -
CMYK 0.02 0.95 0 0.16
HSL 298.52º 0.91% 0.44% -
HSV(B) 298.52º 0.95% 0.84% -
XYZ 38.13 18.43 64.5 -
YUV 92.34 196.1 210.49 -
System Red Green Blue C M Y K H S L
Decimal 208 10 213 0.02 0.95 0 0.16 298.52 0.91 0.44
Hex D0 A D5 2 5F 0 10 12B 5B 2C
Octal 320 12 325 2 137 0 20 453 133 54
Binary 11010000 1010 11010101 10 1011111 0 10000 100101011 1011011 101100

Color Harmonies of #D00AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AD5

Black with #D00AD5

Text Example


Text Example

White with #D00AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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