Html Css Color HEX #D70AC0 Deep Magenta

📋 copy color: '#D70AC0'

red 215 ◦ green 10 ◦ blue 192

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

Shades of Deep Magenta #D70AC0

Tints of Deep Magenta #D70AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.04%

R = 51.56%
G = 2.4%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D70AC0 (or 0xD70AC0) is known color: Deep Magenta. HEX triplet: D7, 0A and C0. RGB value is (215,10,192). Sum of RGB (Red+Green+Blue) = 215+10+192=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AC0 is #28F53F. Grayscale: #5B5B5B. Windows color (decimal): -2684224 or 12585687. OLE color: 12585687.

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

Color convert

RGB 215 10 192 -
CMYK 0 0.95 0.11 0.16
HSL 306.73º 0.91% 0.44% -
HSV(B) 306.73º 0.95% 0.84% -
XYZ 37.65 18.47 51.45 -
YUV 92.04 184.42 215.7 -
System Red Green Blue C M Y K H S L
Decimal 215 10 192 0 0.95 0.11 0.16 306.73 0.91 0.44
Hex D7 A C0 0 5F B 10 133 5B 2C
Octal 327 12 300 0 137 13 20 463 133 54
Binary 11010111 1010 11000000 0 1011111 1011 10000 100110011 1011011 101100

Color Harmonies of #D70AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AC0

Black with #D70AC0

Text Example


Text Example

White with #D70AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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