Html Css Color HEX #D71ED5 Deep Magenta

📋 copy color: '#D71ED5'

red 215 ◦ green 30 ◦ blue 213

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

Shades of Deep Magenta #D71ED5

Tints of Deep Magenta #D71ED5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.55%

 BLUE value IS 213 (83.59% from 255) = 46.51%

R = 46.94%
G = 6.55%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D71ED5 (or 0xD71ED5) is known color: Deep Magenta. HEX triplet: D7, 1E and D5. RGB value is (215,30,213). Sum of RGB (Red+Green+Blue) = 215+30+213=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ED5 is #28E12A. Grayscale: #696969. Windows color (decimal): -2679083 or 13967063. OLE color: 13967063.

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

Color convert

RGB 215 30 213 -
CMYK 0 0.86 0.01 0.16
HSL 300.65º 0.76% 0.48% -
HSV(B) 300.65º 0.86% 0.84% -
XYZ 40.5 20.18 64.71 -
YUV 106.18 188.29 205.62 -
System Red Green Blue C M Y K H S L
Decimal 215 30 213 0 0.86 0.01 0.16 300.65 0.76 0.48
Hex D7 1E D5 0 56 1 10 12D 4C 30
Octal 327 36 325 0 126 1 20 455 114 60
Binary 11010111 11110 11010101 0 1010110 1 10000 100101101 1001100 110000

Color Harmonies of #D71ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71ED5

Black with #D71ED5

Text Example


Text Example

White with #D71ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71ED5; }

 p { color: rgb(215,30,213); }

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

background-color css

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

 a { background-color: rgb(215,30,213); }

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

border-color css

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

 span { border-color: rgb(215,30,213); }

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