Html Css Color HEX #D71BC5 Deep Magenta

📋 copy color: '#D71BC5'

red 215 ◦ green 27 ◦ blue 197

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

Shades of Deep Magenta #D71BC5

Tints of Deep Magenta #D71BC5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.15%

 BLUE value IS 197 (77.34% from 255) = 44.87%

R = 48.97%
G = 6.15%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D71BC5 (or 0xD71BC5) is known color: Deep Magenta. HEX triplet: D7, 1B and C5. RGB value is (215,27,197). Sum of RGB (Red+Green+Blue) = 215+27+197=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BC5 is #28E43A. Grayscale: #666666. Windows color (decimal): -2679867 or 12917719. OLE color: 12917719.

HSL color Cylindrical-coordinate representation of color #D71BC5: hue angle of 305.74º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71BC5 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 27 197 -
CMYK 0 0.87 0.08 0.16
HSL 305.74º 0.78% 0.47% -
HSV(B) 305.74º 0.87% 0.84% -
XYZ 38.49 19.26 54.51 -
YUV 102.59 181.28 208.18 -
System Red Green Blue C M Y K H S L
Decimal 215 27 197 0 0.87 0.08 0.16 305.74 0.78 0.47
Hex D7 1B C5 0 57 8 10 132 4E 2F
Octal 327 33 305 0 127 10 20 462 116 57
Binary 11010111 11011 11000101 0 1010111 1000 10000 100110010 1001110 101111

Color Harmonies of #D71BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BC5

Black with #D71BC5

Text Example


Text Example

White with #D71BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BC5; }

 p { color: rgb(215,27,197); }

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

background-color css

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

 a { background-color: rgb(215,27,197); }

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

border-color css

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

 span { border-color: rgb(215,27,197); }

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