Html Css Color HEX #D71DCF Deep Magenta

📋 copy color: '#D71DCF'

red 215 ◦ green 29 ◦ blue 207

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

Shades of Deep Magenta #D71DCF

Tints of Deep Magenta #D71DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 47.67%
G = 6.43%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D71DCF (or 0xD71DCF) is known color: Deep Magenta. HEX triplet: D7, 1D and CF. RGB value is (215,29,207). Sum of RGB (Red+Green+Blue) = 215+29+207=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DCF is #28E230. Grayscale: #686868. Windows color (decimal): -2679345 or 13573591. OLE color: 13573591.

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

Color convert

RGB 215 29 207 -
CMYK 0 0.87 0.04 0.16
HSL 302.58º 0.76% 0.48% -
HSV(B) 302.58º 0.87% 0.84% -
XYZ 39.73 19.83 60.77 -
YUV 104.91 185.62 206.53 -
System Red Green Blue C M Y K H S L
Decimal 215 29 207 0 0.87 0.04 0.16 302.58 0.76 0.48
Hex D7 1D CF 0 57 4 10 12F 4C 30
Octal 327 35 317 0 127 4 20 457 114 60
Binary 11010111 11101 11001111 0 1010111 100 10000 100101111 1001100 110000

Color Harmonies of #D71DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DCF

Black with #D71DCF

Text Example


Text Example

White with #D71DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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