Html Css Color HEX #D71ED0 Deep Magenta

📋 copy color: '#D71ED0'

red 215 ◦ green 30 ◦ blue 208

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

Shades of Deep Magenta #D71ED0

Tints of Deep Magenta #D71ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 47.46%
G = 6.62%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D71ED0 (or 0xD71ED0) is known color: Deep Magenta. HEX triplet: D7, 1E and D0. RGB value is (215,30,208). Sum of RGB (Red+Green+Blue) = 215+30+208=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ED0 is #28E12F. Grayscale: #696969. Windows color (decimal): -2679088 or 13639383. OLE color: 13639383.

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

Color convert

RGB 215 30 208 -
CMYK 0 0.86 0.03 0.16
HSL 302.27º 0.76% 0.48% -
HSV(B) 302.27º 0.86% 0.84% -
XYZ 39.87 19.93 61.42 -
YUV 105.61 185.79 206.03 -
System Red Green Blue C M Y K H S L
Decimal 215 30 208 0 0.86 0.03 0.16 302.27 0.76 0.48
Hex D7 1E D0 0 56 3 10 12E 4C 30
Octal 327 36 320 0 126 3 20 456 114 60
Binary 11010111 11110 11010000 0 1010110 11 10000 100101110 1001100 110000

Color Harmonies of #D71ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71ED0

Black with #D71ED0

Text Example


Text Example

White with #D71ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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