Html Css Color HEX #D71FCB Deep Magenta

📋 copy color: '#D71FCB'

red 215 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #D71FCB

Tints of Deep Magenta #D71FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 47.88%
G = 6.9%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D71FCB (or 0xD71FCB) is known color: Deep Magenta. HEX triplet: D7, 1F and CB. RGB value is (215,31,203). Sum of RGB (Red+Green+Blue) = 215+31+203=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FCB is #28E034. Grayscale: #696969. Windows color (decimal): -2678837 or 13311959. OLE color: 13311959.

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

Color convert

RGB 215 31 203 -
CMYK 0 0.86 0.06 0.16
HSL 303.91º 0.75% 0.48% -
HSV(B) 303.91º 0.86% 0.84% -
XYZ 39.29 19.74 58.24 -
YUV 105.62 182.96 206.01 -
System Red Green Blue C M Y K H S L
Decimal 215 31 203 0 0.86 0.06 0.16 303.91 0.75 0.48
Hex D7 1F CB 0 56 6 10 130 4B 30
Octal 327 37 313 0 126 6 20 460 113 60
Binary 11010111 11111 11001011 0 1010110 110 10000 100110000 1001011 110000

Color Harmonies of #D71FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FCB

Black with #D71FCB

Text Example


Text Example

White with #D71FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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