Html Css Color HEX #D71AC1 Deep Magenta

📋 copy color: '#D71AC1'

red 215 ◦ green 26 ◦ blue 193

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

Shades of Deep Magenta #D71AC1

Tints of Deep Magenta #D71AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 49.54%
G = 5.99%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D71AC1 (or 0xD71AC1) is known color: Deep Magenta. HEX triplet: D7, 1A and C1. RGB value is (215,26,193). Sum of RGB (Red+Green+Blue) = 215+26+193=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71AC1 is #28E53E. Grayscale: #656565. Windows color (decimal): -2680127 or 12655319. OLE color: 12655319.

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

Color convert

RGB 215 26 193 -
CMYK 0 0.88 0.10 0.16
HSL 306.98º 0.78% 0.47% -
HSV(B) 306.98º 0.88% 0.84% -
XYZ 38.02 19.04 52.12 -
YUV 101.55 179.62 208.92 -
System Red Green Blue C M Y K H S L
Decimal 215 26 193 0 0.88 0.10 0.16 306.98 0.78 0.47
Hex D7 1A C1 0 58 A 10 133 4E 2F
Octal 327 32 301 0 130 12 20 463 116 57
Binary 11010111 11010 11000001 0 1011000 1010 10000 100110011 1001110 101111

Color Harmonies of #D71AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AC1

Black with #D71AC1

Text Example


Text Example

White with #D71AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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