Html Css Color HEX #D71CC5 Deep Magenta

📋 copy color: '#D71CC5'

red 215 ◦ green 28 ◦ blue 197

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

Shades of Deep Magenta #D71CC5

Tints of Deep Magenta #D71CC5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.36%

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

R = 48.86%
G = 6.36%
B = 44.77%

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

#D71CC5 (or 0xD71CC5) is known color: Deep Magenta. HEX triplet: D7, 1C and C5. RGB value is (215,28,197). Sum of RGB (Red+Green+Blue) = 215+28+197=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CC5 is #28E33A. Grayscale: #666666. Windows color (decimal): -2679611 or 12917975. OLE color: 12917975.

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

Color convert

RGB 215 28 197 -
CMYK 0 0.87 0.08 0.16
HSL 305.78º 0.77% 0.48% -
HSV(B) 305.78º 0.87% 0.84% -
XYZ 38.52 19.31 54.52 -
YUV 103.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 215 28 197 0 0.87 0.08 0.16 305.78 0.77 0.48
Hex D7 1C C5 0 57 8 10 132 4D 30
Octal 327 34 305 0 127 10 20 462 115 60
Binary 11010111 11100 11000101 0 1010111 1000 10000 100110010 1001101 110000

Color Harmonies of #D71CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CC5

Black with #D71CC5

Text Example


Text Example

White with #D71CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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