Html Css Color HEX #D71ABE Deep Magenta

📋 copy color: '#D71ABE'

red 215 ◦ green 26 ◦ blue 190

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

Shades of Deep Magenta #D71ABE

Tints of Deep Magenta #D71ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.03%

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 49.88%
G = 6.03%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D71ABE (or 0xD71ABE) is known color: Deep Magenta. HEX triplet: D7, 1A and BE. RGB value is (215,26,190). Sum of RGB (Red+Green+Blue) = 215+26+190=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ABE is #28E541. Grayscale: #646464. Windows color (decimal): -2680130 or 12458711. OLE color: 12458711.

HSL color Cylindrical-coordinate representation of color #D71ABE: hue angle of 307.94º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71ABE is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 190 -
CMYK 0 0.88 0.12 0.16
HSL 307.94º 0.78% 0.47% -
HSV(B) 307.94º 0.88% 0.84% -
XYZ 37.69 18.9 50.38 -
YUV 101.21 178.12 209.16 -
System Red Green Blue C M Y K H S L
Decimal 215 26 190 0 0.88 0.12 0.16 307.94 0.78 0.47
Hex D7 1A BE 0 58 C 10 134 4E 2F
Octal 327 32 276 0 130 14 20 464 116 57
Binary 11010111 11010 10111110 0 1011000 1100 10000 100110100 1001110 101111

Color Harmonies of #D71ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71ABE

Black with #D71ABE

Text Example


Text Example

White with #D71ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71ABE; }

 p { color: rgb(215,26,190); }

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

background-color css

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

 a { background-color: rgb(215,26,190); }

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

border-color css

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

 span { border-color: rgb(215,26,190); }

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