Html Css Color HEX #D71EBE Deep Magenta

📋 copy color: '#D71EBE'

red 215 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #D71EBE

Tints of Deep Magenta #D71EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 49.43%
G = 6.9%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D71EBE (or 0xD71EBE) is known color: Deep Magenta. HEX triplet: D7, 1E and BE. RGB value is (215,30,190). Sum of RGB (Red+Green+Blue) = 215+30+190=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EBE is #28E141. Grayscale: #676767. Windows color (decimal): -2679106 or 12459735. OLE color: 12459735.

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

Color convert

RGB 215 30 190 -
CMYK 0 0.86 0.12 0.16
HSL 308.11º 0.76% 0.48% -
HSV(B) 308.11º 0.86% 0.84% -
XYZ 37.78 19.09 50.41 -
YUV 103.56 176.79 207.49 -
System Red Green Blue C M Y K H S L
Decimal 215 30 190 0 0.86 0.12 0.16 308.11 0.76 0.48
Hex D7 1E BE 0 56 C 10 134 4C 30
Octal 327 36 276 0 126 14 20 464 114 60
Binary 11010111 11110 10111110 0 1010110 1100 10000 100110100 1001100 110000

Color Harmonies of #D71EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EBE

Black with #D71EBE

Text Example


Text Example

White with #D71EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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