Html Css Color HEX #D71ECD Deep Magenta

📋 copy color: '#D71ECD'

red 215 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #D71ECD

Tints of Deep Magenta #D71ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.67%

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

R = 47.78%
G = 6.67%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D71ECD (or 0xD71ECD) is known color: Deep Magenta. HEX triplet: D7, 1E and CD. RGB value is (215,30,205). Sum of RGB (Red+Green+Blue) = 215+30+205=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ECD is #28E132. Grayscale: #686868. Windows color (decimal): -2679091 or 13442775. OLE color: 13442775.

HSL color Cylindrical-coordinate representation of color #D71ECD: hue angle of 303.24º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71ECD is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 30 205 -
CMYK 0 0.86 0.05 0.16
HSL 303.24º 0.76% 0.48% -
HSV(B) 303.24º 0.86% 0.84% -
XYZ 39.51 19.78 59.49 -
YUV 105.27 184.29 206.27 -
System Red Green Blue C M Y K H S L
Decimal 215 30 205 0 0.86 0.05 0.16 303.24 0.76 0.48
Hex D7 1E CD 0 56 5 10 12F 4C 30
Octal 327 36 315 0 126 5 20 457 114 60
Binary 11010111 11110 11001101 0 1010110 101 10000 100101111 1001100 110000

Color Harmonies of #D71ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71ECD

Black with #D71ECD

Text Example


Text Example

White with #D71ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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