Html Css Color HEX #D70ABA Deep Magenta

📋 copy color: '#D70ABA'

red 215 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #D70ABA

Tints of Deep Magenta #D70ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 52.31%
G = 2.43%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D70ABA (or 0xD70ABA) is known color: Deep Magenta. HEX triplet: D7, 0A and BA. RGB value is (215,10,186). Sum of RGB (Red+Green+Blue) = 215+10+186=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ABA is #28F545. Grayscale: #5A5A5A. Windows color (decimal): -2684230 or 12192471. OLE color: 12192471.

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

Color convert

RGB 215 10 186 -
CMYK 0 0.95 0.13 0.16
HSL 308.49º 0.91% 0.44% -
HSV(B) 308.49º 0.95% 0.84% -
XYZ 37 18.21 48.02 -
YUV 91.36 181.42 216.19 -
System Red Green Blue C M Y K H S L
Decimal 215 10 186 0 0.95 0.13 0.16 308.49 0.91 0.44
Hex D7 A BA 0 5F D 10 134 5B 2C
Octal 327 12 272 0 137 15 20 464 133 54
Binary 11010111 1010 10111010 0 1011111 1101 10000 100110100 1011011 101100

Color Harmonies of #D70ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70ABA

Black with #D70ABA

Text Example


Text Example

White with #D70ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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