Html Css Color HEX #D71CCD Deep Magenta

📋 copy color: '#D71CCD'

red 215 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #D71CCD

Tints of Deep Magenta #D71CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 47.99%
G = 6.25%
B = 45.76%

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

#D71CCD (or 0xD71CCD) is known color: Deep Magenta. HEX triplet: D7, 1C and CD. RGB value is (215,28,205). Sum of RGB (Red+Green+Blue) = 215+28+205=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CCD is #28E332. Grayscale: #676767. Windows color (decimal): -2679603 or 13442263. OLE color: 13442263.

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

Color convert

RGB 215 28 205 -
CMYK 0 0.87 0.05 0.16
HSL 303.21º 0.77% 0.48% -
HSV(B) 303.21º 0.87% 0.84% -
XYZ 39.46 19.69 59.48 -
YUV 104.09 184.95 207.11 -
System Red Green Blue C M Y K H S L
Decimal 215 28 205 0 0.87 0.05 0.16 303.21 0.77 0.48
Hex D7 1C CD 0 57 5 10 12F 4D 30
Octal 327 34 315 0 127 5 20 457 115 60
Binary 11010111 11100 11001101 0 1010111 101 10000 100101111 1001101 110000

Color Harmonies of #D71CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CCD

Black with #D71CCD

Text Example


Text Example

White with #D71CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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