Html Css Color HEX #D71CCC Deep Magenta

📋 copy color: '#D71CCC'

red 215 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #D71CCC

Tints of Deep Magenta #D71CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 48.1%
G = 6.26%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D71CCC (or 0xD71CCC) is known color: Deep Magenta. HEX triplet: D7, 1C and CC. RGB value is (215,28,204). Sum of RGB (Red+Green+Blue) = 215+28+204=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CCC is #28E333. Grayscale: #676767. Windows color (decimal): -2679604 or 13376727. OLE color: 13376727.

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

Color convert

RGB 215 28 204 -
CMYK 0 0.87 0.05 0.16
HSL 303.53º 0.77% 0.48% -
HSV(B) 303.53º 0.87% 0.84% -
XYZ 39.34 19.64 58.84 -
YUV 103.98 184.45 207.19 -
System Red Green Blue C M Y K H S L
Decimal 215 28 204 0 0.87 0.05 0.16 303.53 0.77 0.48
Hex D7 1C CC 0 57 5 10 130 4D 30
Octal 327 34 314 0 127 5 20 460 115 60
Binary 11010111 11100 11001100 0 1010111 101 10000 100110000 1001101 110000

Color Harmonies of #D71CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CCC

Black with #D71CCC

Text Example


Text Example

White with #D71CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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