Html Css Color HEX #D71EC4 Deep Magenta

📋 copy color: '#D71EC4'

red 215 ◦ green 30 ◦ blue 196

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

Shades of Deep Magenta #D71EC4

Tints of Deep Magenta #D71EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.44%

R = 48.75%
G = 6.8%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D71EC4 (or 0xD71EC4) is known color: Deep Magenta. HEX triplet: D7, 1E and C4. RGB value is (215,30,196). Sum of RGB (Red+Green+Blue) = 215+30+196=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EC4 is #28E13B. Grayscale: #676767. Windows color (decimal): -2679100 or 12852951. OLE color: 12852951.

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

Color convert

RGB 215 30 196 -
CMYK 0 0.86 0.09 0.16
HSL 306.16º 0.76% 0.48% -
HSV(B) 306.16º 0.86% 0.84% -
XYZ 38.45 19.36 53.93 -
YUV 104.24 179.79 207 -
System Red Green Blue C M Y K H S L
Decimal 215 30 196 0 0.86 0.09 0.16 306.16 0.76 0.48
Hex D7 1E C4 0 56 9 10 132 4C 30
Octal 327 36 304 0 126 11 20 462 114 60
Binary 11010111 11110 11000100 0 1010110 1001 10000 100110010 1001100 110000

Color Harmonies of #D71EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EC4

Black with #D71EC4

Text Example


Text Example

White with #D71EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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