Html Css Color HEX #D70AC5 Deep Magenta

📋 copy color: '#D70AC5'

red 215 ◦ green 10 ◦ blue 197

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

Shades of Deep Magenta #D70AC5

Tints of Deep Magenta #D70AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.68%

R = 50.95%
G = 2.37%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D70AC5 (or 0xD70AC5) is known color: Deep Magenta. HEX triplet: D7, 0A and C5. RGB value is (215,10,197). Sum of RGB (Red+Green+Blue) = 215+10+197=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AC5 is #28F53A. Grayscale: #5C5C5C. Windows color (decimal): -2684219 or 12913367. OLE color: 12913367.

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

Color convert

RGB 215 10 197 -
CMYK 0 0.95 0.08 0.16
HSL 305.27º 0.91% 0.44% -
HSV(B) 305.27º 0.95% 0.84% -
XYZ 38.21 18.7 54.42 -
YUV 92.61 186.92 215.29 -
System Red Green Blue C M Y K H S L
Decimal 215 10 197 0 0.95 0.08 0.16 305.27 0.91 0.44
Hex D7 A C5 0 5F 8 10 131 5B 2C
Octal 327 12 305 0 137 10 20 461 133 54
Binary 11010111 1010 11000101 0 1011111 1000 10000 100110001 1011011 101100

Color Harmonies of #D70AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AC5

Black with #D70AC5

Text Example


Text Example

White with #D70AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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