Html Css Color HEX #D71ACC Deep Magenta

📋 copy color: '#D71ACC'

red 215 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #D71ACC

Tints of Deep Magenta #D71ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 48.31%
G = 5.84%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D71ACC (or 0xD71ACC) is known color: Deep Magenta. HEX triplet: D7, 1A and CC. RGB value is (215,26,204). Sum of RGB (Red+Green+Blue) = 215+26+204=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ACC is #28E533. Grayscale: #666666. Windows color (decimal): -2680116 or 13376215. OLE color: 13376215.

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

Color convert

RGB 215 26 204 -
CMYK 0 0.88 0.05 0.16
HSL 303.49º 0.78% 0.47% -
HSV(B) 303.49º 0.88% 0.84% -
XYZ 39.29 19.55 58.83 -
YUV 102.8 185.12 208.03 -
System Red Green Blue C M Y K H S L
Decimal 215 26 204 0 0.88 0.05 0.16 303.49 0.78 0.47
Hex D7 1A CC 0 58 5 10 12F 4E 2F
Octal 327 32 314 0 130 5 20 457 116 57
Binary 11010111 11010 11001100 0 1011000 101 10000 100101111 1001110 101111

Color Harmonies of #D71ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71ACC

Black with #D71ACC

Text Example


Text Example

White with #D71ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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