Html Css Color HEX #D00ADA Deep Magenta

📋 copy color: '#D00ADA'

red 208 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #D00ADA

Tints of Deep Magenta #D00ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50%

R = 47.71%
G = 2.29%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D00ADA (or 0xD00ADA) is known color: Deep Magenta. HEX triplet: D0, 0A and DA. RGB value is (208,10,218). Sum of RGB (Red+Green+Blue) = 208+10+218=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #D00ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ADA is #2FF525. Grayscale: #5C5C5C. Windows color (decimal): -3142950 or 14289616. OLE color: 14289616.

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

Color convert

RGB 208 10 218 -
CMYK 0.05 0.95 0 0.15
HSL 297.12º 0.91% 0.45% -
HSV(B) 297.12º 0.95% 0.85% -
XYZ 38.78 18.69 67.89 -
YUV 92.91 198.6 210.09 -
System Red Green Blue C M Y K H S L
Decimal 208 10 218 0.05 0.95 0 0.15 297.12 0.91 0.45
Hex D0 A DA 5 5F 0 F 129 5B 2D
Octal 320 12 332 5 137 0 17 451 133 55
Binary 11010000 1010 11011010 101 1011111 0 1111 100101001 1011011 101101

Color Harmonies of #D00ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ADA

Black with #D00ADA

Text Example


Text Example

White with #D00ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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