Html Css Color HEX #D00ACD Deep Magenta

📋 copy color: '#D00ACD'

red 208 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #D00ACD

Tints of Deep Magenta #D00ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 49.17%
G = 2.36%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D00ACD (or 0xD00ACD) is known color: Deep Magenta. HEX triplet: D0, 0A and CD. RGB value is (208,10,205). Sum of RGB (Red+Green+Blue) = 208+10+205=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ACD is #2FF532. Grayscale: #5A5A5A. Windows color (decimal): -3142963 or 13437648. OLE color: 13437648.

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

Color convert

RGB 208 10 205 -
CMYK 0 0.95 0.01 0.18
HSL 300.91º 0.91% 0.43% -
HSV(B) 300.91º 0.95% 0.82% -
XYZ 37.14 18.03 59.28 -
YUV 91.43 192.1 211.14 -
System Red Green Blue C M Y K H S L
Decimal 208 10 205 0 0.95 0.01 0.18 300.91 0.91 0.43
Hex D0 A CD 0 5F 1 12 12D 5B 2B
Octal 320 12 315 0 137 1 22 455 133 53
Binary 11010000 1010 11001101 0 1011111 1 10010 100101101 1011011 101011

Color Harmonies of #D00ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ACD

Black with #D00ACD

Text Example


Text Example

White with #D00ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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