Html Css Color HEX #D71FE4 Deep Magenta

📋 copy color: '#D71FE4'

red 215 ◦ green 31 ◦ blue 228

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

Shades of Deep Magenta #D71FE4

Tints of Deep Magenta #D71FE4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.54%

 BLUE value IS 228 (89.45% from 255) = 48.1%

R = 45.36%
G = 6.54%
B = 48.1%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D71FE4 (or 0xD71FE4) is known color: Deep Magenta. HEX triplet: D7, 1F and E4. RGB value is (215,31,228). Sum of RGB (Red+Green+Blue) = 215+31+228=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #D71FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FE4 is #28E01B. Grayscale: #6B6B6B. Windows color (decimal): -2678812 or 14950359. OLE color: 14950359.

HSL color Cylindrical-coordinate representation of color #D71FE4: hue angle of 296.04º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71FE4 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 31 228 -
CMYK 0.06 0.86 0 0.11
HSL 296.04º 0.78% 0.51% -
HSV(B) 296.04º 0.86% 0.89% -
XYZ 42.52 21.03 75.22 -
YUV 108.47 195.46 203.98 -
System Red Green Blue C M Y K H S L
Decimal 215 31 228 0.06 0.86 0 0.11 296.04 0.78 0.51
Hex D7 1F E4 6 56 0 B 128 4E 33
Octal 327 37 344 6 126 0 13 450 116 63
Binary 11010111 11111 11100100 110 1010110 0 1011 100101000 1001110 110011

Color Harmonies of #D71FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FE4

Black with #D71FE4

Text Example


Text Example

White with #D71FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FE4; }

 p { color: rgb(215,31,228); }

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

background-color css

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

 a { background-color: rgb(215,31,228); }

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

border-color css

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

 span { border-color: rgb(215,31,228); }

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