Html Css Color HEX #D00ADD Deep Magenta

📋 copy color: '#D00ADD'

red 208 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #D00ADD

Tints of Deep Magenta #D00ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 47.38%
G = 2.28%
B = 50.34%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D00ADD (or 0xD00ADD) is known color: Deep Magenta. HEX triplet: D0, 0A and DD. RGB value is (208,10,221). Sum of RGB (Red+Green+Blue) = 208+10+221=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #D00ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ADD is #2FF522. Grayscale: #5C5C5C. Windows color (decimal): -3142947 or 14486224. OLE color: 14486224.

HSL color Cylindrical-coordinate representation of color #D00ADD: hue angle of 296.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00ADD is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 10 221 -
CMYK 0.06 0.95 0 0.13
HSL 296.3º 0.91% 0.45% -
HSV(B) 296.3º 0.95% 0.87% -
XYZ 39.17 18.85 69.98 -
YUV 93.26 200.1 209.84 -
System Red Green Blue C M Y K H S L
Decimal 208 10 221 0.06 0.95 0 0.13 296.3 0.91 0.45
Hex D0 A DD 6 5F 0 D 128 5B 2D
Octal 320 12 335 6 137 0 15 450 133 55
Binary 11010000 1010 11011101 110 1011111 0 1101 100101000 1011011 101101

Color Harmonies of #D00ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ADD

Black with #D00ADD

Text Example


Text Example

White with #D00ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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