Html Css Color HEX #D71FCD Deep Magenta

📋 copy color: '#D71FCD'

red 215 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #D71FCD

Tints of Deep Magenta #D71FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 47.67%
G = 6.87%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D71FCD (or 0xD71FCD) is known color: Deep Magenta. HEX triplet: D7, 1F and CD. RGB value is (215,31,205). Sum of RGB (Red+Green+Blue) = 215+31+205=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FCD is #28E032. Grayscale: #696969. Windows color (decimal): -2678835 or 13443031. OLE color: 13443031.

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

Color convert

RGB 215 31 205 -
CMYK 0 0.86 0.05 0.16
HSL 303.26º 0.75% 0.48% -
HSV(B) 303.26º 0.86% 0.84% -
XYZ 39.53 19.83 59.5 -
YUV 105.85 183.96 205.85 -
System Red Green Blue C M Y K H S L
Decimal 215 31 205 0 0.86 0.05 0.16 303.26 0.75 0.48
Hex D7 1F CD 0 56 5 10 12F 4B 30
Octal 327 37 315 0 126 5 20 457 113 60
Binary 11010111 11111 11001101 0 1010110 101 10000 100101111 1001011 110000

Color Harmonies of #D71FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FCD

Black with #D71FCD

Text Example


Text Example

White with #D71FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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