Html Css Color HEX #D71FCE Deep Magenta

📋 copy color: '#D71FCE'

red 215 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #D71FCE

Tints of Deep Magenta #D71FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 47.57%
G = 6.86%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D71FCE (or 0xD71FCE) is known color: Deep Magenta. HEX triplet: D7, 1F and CE. RGB value is (215,31,206). Sum of RGB (Red+Green+Blue) = 215+31+206=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FCE is #28E031. Grayscale: #696969. Windows color (decimal): -2678834 or 13508567. OLE color: 13508567.

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

Color convert

RGB 215 31 206 -
CMYK 0 0.86 0.04 0.16
HSL 302.93º 0.75% 0.48% -
HSV(B) 302.93º 0.86% 0.84% -
XYZ 39.65 19.88 60.14 -
YUV 105.97 184.46 205.77 -
System Red Green Blue C M Y K H S L
Decimal 215 31 206 0 0.86 0.04 0.16 302.93 0.75 0.48
Hex D7 1F CE 0 56 4 10 12F 4B 30
Octal 327 37 316 0 126 4 20 457 113 60
Binary 11010111 11111 11001110 0 1010110 100 10000 100101111 1001011 110000

Color Harmonies of #D71FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FCE

Black with #D71FCE

Text Example


Text Example

White with #D71FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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