Html Css Color HEX #D71EC0 Deep Magenta

📋 copy color: '#D71EC0'

red 215 ◦ green 30 ◦ blue 192

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

Shades of Deep Magenta #D71EC0

Tints of Deep Magenta #D71EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.94%

R = 49.2%
G = 6.86%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D71EC0 (or 0xD71EC0) is known color: Deep Magenta. HEX triplet: D7, 1E and C0. RGB value is (215,30,192). Sum of RGB (Red+Green+Blue) = 215+30+192=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EC0 is #28E13F. Grayscale: #676767. Windows color (decimal): -2679104 or 12590807. OLE color: 12590807.

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

Color convert

RGB 215 30 192 -
CMYK 0 0.86 0.11 0.16
HSL 307.46º 0.76% 0.48% -
HSV(B) 307.46º 0.86% 0.84% -
XYZ 38 19.18 51.57 -
YUV 103.78 177.79 207.33 -
System Red Green Blue C M Y K H S L
Decimal 215 30 192 0 0.86 0.11 0.16 307.46 0.76 0.48
Hex D7 1E C0 0 56 B 10 133 4C 30
Octal 327 36 300 0 126 13 20 463 114 60
Binary 11010111 11110 11000000 0 1010110 1011 10000 100110011 1001100 110000

Color Harmonies of #D71EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EC0

Black with #D71EC0

Text Example


Text Example

White with #D71EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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