Html Css Color HEX #D71CC6 Deep Magenta

📋 copy color: '#D71CC6'

red 215 ◦ green 28 ◦ blue 198

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

Shades of Deep Magenta #D71CC6

Tints of Deep Magenta #D71CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.9%

R = 48.75%
G = 6.35%
B = 44.9%

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

#D71CC6 (or 0xD71CC6) is known color: Deep Magenta. HEX triplet: D7, 1C and C6. RGB value is (215,28,198). Sum of RGB (Red+Green+Blue) = 215+28+198=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CC6 is #28E339. Grayscale: #666666. Windows color (decimal): -2679610 or 12983511. OLE color: 12983511.

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

Color convert

RGB 215 28 198 -
CMYK 0 0.87 0.08 0.16
HSL 305.45º 0.77% 0.48% -
HSV(B) 305.45º 0.87% 0.84% -
XYZ 38.63 19.35 55.13 -
YUV 103.29 181.45 207.68 -
System Red Green Blue C M Y K H S L
Decimal 215 28 198 0 0.87 0.08 0.16 305.45 0.77 0.48
Hex D7 1C C6 0 57 8 10 131 4D 30
Octal 327 34 306 0 127 10 20 461 115 60
Binary 11010111 11100 11000110 0 1010111 1000 10000 100110001 1001101 110000

Color Harmonies of #D71CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CC6

Black with #D71CC6

Text Example


Text Example

White with #D71CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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