Html Css Color HEX #D71EDD Deep Magenta

📋 copy color: '#D71EDD'

red 215 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #D71EDD

Tints of Deep Magenta #D71EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 46.14%
G = 6.44%
B = 47.42%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D71EDD (or 0xD71EDD) is known color: Deep Magenta. HEX triplet: D7, 1E and DD. RGB value is (215,30,221). Sum of RGB (Red+Green+Blue) = 215+30+221=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #D71EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EDD is #28E122. Grayscale: #6A6A6A. Windows color (decimal): -2679075 or 14491351. OLE color: 14491351.

HSL color Cylindrical-coordinate representation of color #D71EDD: hue angle of 298.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71EDD is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 30 221 -
CMYK 0.03 0.86 0 0.13
HSL 298.12º 0.76% 0.49% -
HSV(B) 298.12º 0.86% 0.87% -
XYZ 41.54 20.6 70.19 -
YUV 107.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 215 30 221 0.03 0.86 0 0.13 298.12 0.76 0.49
Hex D7 1E DD 3 56 0 D 12A 4C 31
Octal 327 36 335 3 126 0 15 452 114 61
Binary 11010111 11110 11011101 11 1010110 0 1101 100101010 1001100 110001

Color Harmonies of #D71EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EDD

Black with #D71EDD

Text Example


Text Example

White with #D71EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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