Html Css Color HEX #D70ABD Deep Magenta

📋 copy color: '#D70ABD'

red 215 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #D70ABD

Tints of Deep Magenta #D70ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 51.93%
G = 2.42%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D70ABD (or 0xD70ABD) is known color: Deep Magenta. HEX triplet: D7, 0A and BD. RGB value is (215,10,189). Sum of RGB (Red+Green+Blue) = 215+10+189=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ABD is #28F542. Grayscale: #5B5B5B. Windows color (decimal): -2684227 or 12389079. OLE color: 12389079.

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

Color convert

RGB 215 10 189 -
CMYK 0 0.95 0.12 0.16
HSL 307.61º 0.91% 0.44% -
HSV(B) 307.61º 0.95% 0.84% -
XYZ 37.32 18.34 49.72 -
YUV 91.7 182.92 215.95 -
System Red Green Blue C M Y K H S L
Decimal 215 10 189 0 0.95 0.12 0.16 307.61 0.91 0.44
Hex D7 A BD 0 5F C 10 134 5B 2C
Octal 327 12 275 0 137 14 20 464 133 54
Binary 11010111 1010 10111101 0 1011111 1100 10000 100110100 1011011 101100

Color Harmonies of #D70ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70ABD

Black with #D70ABD

Text Example


Text Example

White with #D70ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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