Html Css Color HEX #D71FC9 Deep Magenta

📋 copy color: '#D71FC9'

red 215 ◦ green 31 ◦ blue 201

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

Shades of Deep Magenta #D71FC9

Tints of Deep Magenta #D71FC9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.94%

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 48.1%
G = 6.94%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D71FC9 (or 0xD71FC9) is known color: Deep Magenta. HEX triplet: D7, 1F and C9. RGB value is (215,31,201). Sum of RGB (Red+Green+Blue) = 215+31+201=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FC9 is #28E036. Grayscale: #686868. Windows color (decimal): -2678839 or 13180887. OLE color: 13180887.

HSL color Cylindrical-coordinate representation of color #D71FC9: hue angle of 304.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71FC9 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 31 201 -
CMYK 0 0.86 0.07 0.16
HSL 304.57º 0.75% 0.48% -
HSV(B) 304.57º 0.86% 0.84% -
XYZ 39.06 19.64 56.99 -
YUV 105.4 181.96 206.18 -
System Red Green Blue C M Y K H S L
Decimal 215 31 201 0 0.86 0.07 0.16 304.57 0.75 0.48
Hex D7 1F C9 0 56 7 10 131 4B 30
Octal 327 37 311 0 126 7 20 461 113 60
Binary 11010111 11111 11001001 0 1010110 111 10000 100110001 1001011 110000

Color Harmonies of #D71FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FC9

Black with #D71FC9

Text Example


Text Example

White with #D71FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FC9; }

 p { color: rgb(215,31,201); }

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

background-color css

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

 a { background-color: rgb(215,31,201); }

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

border-color css

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

 span { border-color: rgb(215,31,201); }

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