Html Css Color HEX #D71ACF Deep Magenta

📋 copy color: '#D71ACF'

red 215 ◦ green 26 ◦ blue 207

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

Shades of Deep Magenta #D71ACF

Tints of Deep Magenta #D71ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.8%

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

R = 47.99%
G = 5.8%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D71ACF (or 0xD71ACF) is known color: Deep Magenta. HEX triplet: D7, 1A and CF. RGB value is (215,26,207). Sum of RGB (Red+Green+Blue) = 215+26+207=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ACF is #28E530. Grayscale: #666666. Windows color (decimal): -2680113 or 13572823. OLE color: 13572823.

HSL color Cylindrical-coordinate representation of color #D71ACF: hue angle of 302.54º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71ACF is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 207 -
CMYK 0 0.88 0.04 0.16
HSL 302.54º 0.78% 0.47% -
HSV(B) 302.54º 0.88% 0.84% -
XYZ 39.66 19.69 60.74 -
YUV 103.15 186.62 207.78 -
System Red Green Blue C M Y K H S L
Decimal 215 26 207 0 0.88 0.04 0.16 302.54 0.78 0.47
Hex D7 1A CF 0 58 4 10 12F 4E 2F
Octal 327 32 317 0 130 4 20 457 116 57
Binary 11010111 11010 11001111 0 1011000 100 10000 100101111 1001110 101111

Color Harmonies of #D71ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71ACF

Black with #D71ACF

Text Example


Text Example

White with #D71ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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