Html Css Color HEX #D71CC0 Deep Magenta

📋 copy color: '#D71CC0'

red 215 ◦ green 28 ◦ blue 192

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

Shades of Deep Magenta #D71CC0

Tints of Deep Magenta #D71CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 49.43%
G = 6.44%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D71CC0 (or 0xD71CC0) is known color: Deep Magenta. HEX triplet: D7, 1C and C0. RGB value is (215,28,192). Sum of RGB (Red+Green+Blue) = 215+28+192=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CC0 is #28E33F. Grayscale: #666666. Windows color (decimal): -2679616 or 12590295. OLE color: 12590295.

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

Color convert

RGB 215 28 192 -
CMYK 0 0.87 0.11 0.16
HSL 307.38º 0.77% 0.48% -
HSV(B) 307.38º 0.87% 0.84% -
XYZ 37.95 19.08 51.55 -
YUV 102.61 178.45 208.16 -
System Red Green Blue C M Y K H S L
Decimal 215 28 192 0 0.87 0.11 0.16 307.38 0.77 0.48
Hex D7 1C C0 0 57 B 10 133 4D 30
Octal 327 34 300 0 127 13 20 463 115 60
Binary 11010111 11100 11000000 0 1010111 1011 10000 100110011 1001101 110000

Color Harmonies of #D71CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CC0

Black with #D71CC0

Text Example


Text Example

White with #D71CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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