Html Css Color HEX #D71FD2 Deep Magenta

📋 copy color: '#D71FD2'

red 215 ◦ green 31 ◦ blue 210

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

Shades of Deep Magenta #D71FD2

Tints of Deep Magenta #D71FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.05%

R = 47.15%
G = 6.8%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D71FD2 (or 0xD71FD2) is known color: Deep Magenta. HEX triplet: D7, 1F and D2. RGB value is (215,31,210). Sum of RGB (Red+Green+Blue) = 215+31+210=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FD2 is #28E02D. Grayscale: #696969. Windows color (decimal): -2678830 or 13770711. OLE color: 13770711.

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

Color convert

RGB 215 31 210 -
CMYK 0 0.86 0.02 0.16
HSL 301.63º 0.75% 0.48% -
HSV(B) 301.63º 0.86% 0.84% -
XYZ 40.15 20.08 62.73 -
YUV 106.42 186.46 205.45 -
System Red Green Blue C M Y K H S L
Decimal 215 31 210 0 0.86 0.02 0.16 301.63 0.75 0.48
Hex D7 1F D2 0 56 2 10 12E 4B 30
Octal 327 37 322 0 126 2 20 456 113 60
Binary 11010111 11111 11010010 0 1010110 10 10000 100101110 1001011 110000

Color Harmonies of #D71FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FD2

Black with #D71FD2

Text Example


Text Example

White with #D71FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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