Html Css Color HEX #D71AC8 Deep Magenta

📋 copy color: '#D71AC8'

red 215 ◦ green 26 ◦ blue 200

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

Shades of Deep Magenta #D71AC8

Tints of Deep Magenta #D71AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.35%

R = 48.75%
G = 5.9%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D71AC8 (or 0xD71AC8) is known color: Deep Magenta. HEX triplet: D7, 1A and C8. RGB value is (215,26,200). Sum of RGB (Red+Green+Blue) = 215+26+200=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71AC8 is #28E537. Grayscale: #656565. Windows color (decimal): -2680120 or 13114071. OLE color: 13114071.

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

Color convert

RGB 215 26 200 -
CMYK 0 0.88 0.07 0.16
HSL 304.76º 0.78% 0.47% -
HSV(B) 304.76º 0.88% 0.84% -
XYZ 38.82 19.36 56.33 -
YUV 102.35 183.12 208.35 -
System Red Green Blue C M Y K H S L
Decimal 215 26 200 0 0.88 0.07 0.16 304.76 0.78 0.47
Hex D7 1A C8 0 58 7 10 131 4E 2F
Octal 327 32 310 0 130 7 20 461 116 57
Binary 11010111 11010 11001000 0 1011000 111 10000 100110001 1001110 101111

Color Harmonies of #D71AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AC8

Black with #D71AC8

Text Example


Text Example

White with #D71AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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