Html Css Color HEX #D71FC2 Deep Magenta

📋 copy color: '#D71FC2'

red 215 ◦ green 31 ◦ blue 194

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

Shades of Deep Magenta #D71FC2

Tints of Deep Magenta #D71FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.09%

R = 48.86%
G = 7.05%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D71FC2 (or 0xD71FC2) is known color: Deep Magenta. HEX triplet: D7, 1F and C2. RGB value is (215,31,194). Sum of RGB (Red+Green+Blue) = 215+31+194=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FC2 is #28E03D. Grayscale: #686868. Windows color (decimal): -2678846 or 12722135. OLE color: 12722135.

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

Color convert

RGB 215 31 194 -
CMYK 0 0.86 0.10 0.16
HSL 306.85º 0.75% 0.48% -
HSV(B) 306.85º 0.86% 0.84% -
XYZ 38.25 19.32 52.75 -
YUV 104.6 178.46 206.75 -
System Red Green Blue C M Y K H S L
Decimal 215 31 194 0 0.86 0.10 0.16 306.85 0.75 0.48
Hex D7 1F C2 0 56 A 10 133 4B 30
Octal 327 37 302 0 126 12 20 463 113 60
Binary 11010111 11111 11000010 0 1010110 1010 10000 100110011 1001011 110000

Color Harmonies of #D71FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FC2

Black with #D71FC2

Text Example


Text Example

White with #D71FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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