Html Css Color HEX #D71DCD Deep Magenta

📋 copy color: '#D71DCD'

red 215 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #D71DCD

Tints of Deep Magenta #D71DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.46%

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

R = 47.88%
G = 6.46%
B = 45.66%

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

#D71DCD (or 0xD71DCD) is known color: Deep Magenta. HEX triplet: D7, 1D and CD. RGB value is (215,29,205). Sum of RGB (Red+Green+Blue) = 215+29+205=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DCD is #28E232. Grayscale: #686868. Windows color (decimal): -2679347 or 13442519. OLE color: 13442519.

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

Color convert

RGB 215 29 205 -
CMYK 0 0.87 0.05 0.16
HSL 303.23º 0.76% 0.48% -
HSV(B) 303.23º 0.87% 0.84% -
XYZ 39.48 19.73 59.49 -
YUV 104.68 184.62 206.69 -
System Red Green Blue C M Y K H S L
Decimal 215 29 205 0 0.87 0.05 0.16 303.23 0.76 0.48
Hex D7 1D CD 0 57 5 10 12F 4C 30
Octal 327 35 315 0 127 5 20 457 114 60
Binary 11010111 11101 11001101 0 1010111 101 10000 100101111 1001100 110000

Color Harmonies of #D71DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DCD

Black with #D71DCD

Text Example


Text Example

White with #D71DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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