Html Css Color HEX #D70ACD Deep Magenta

📋 copy color: '#D70ACD'

red 215 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #D70ACD

Tints of Deep Magenta #D70ACD

RGB

 RED value IS 215 (84.38% from 255) = 50%

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

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

R = 50%
G = 2.33%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D70ACD (or 0xD70ACD) is known color: Deep Magenta. HEX triplet: D7, 0A and CD. RGB value is (215,10,205). Sum of RGB (Red+Green+Blue) = 215+10+205=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ACD is #28F532. Grayscale: #5C5C5C. Windows color (decimal): -2684211 or 13437655. OLE color: 13437655.

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

Color convert

RGB 215 10 205 -
CMYK 0 0.95 0.05 0.16
HSL 302.93º 0.91% 0.44% -
HSV(B) 302.93º 0.95% 0.84% -
XYZ 39.15 19.07 59.38 -
YUV 93.53 190.92 214.64 -
System Red Green Blue C M Y K H S L
Decimal 215 10 205 0 0.95 0.05 0.16 302.93 0.91 0.44
Hex D7 A CD 0 5F 5 10 12F 5B 2C
Octal 327 12 315 0 137 5 20 457 133 54
Binary 11010111 1010 11001101 0 1011111 101 10000 100101111 1011011 101100

Color Harmonies of #D70ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70ACD

Black with #D70ACD

Text Example


Text Example

White with #D70ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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