Html Css Color HEX #D71DC4 Deep Magenta

📋 copy color: '#D71DC4'

red 215 ◦ green 29 ◦ blue 196

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

Shades of Deep Magenta #D71DC4

Tints of Deep Magenta #D71DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.55%

R = 48.86%
G = 6.59%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D71DC4 (or 0xD71DC4) is known color: Deep Magenta. HEX triplet: D7, 1D and C4. RGB value is (215,29,196). Sum of RGB (Red+Green+Blue) = 215+29+196=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DC4 is #28E23B. Grayscale: #676767. Windows color (decimal): -2679356 or 12852695. OLE color: 12852695.

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

Color convert

RGB 215 29 196 -
CMYK 0 0.87 0.09 0.16
HSL 306.13º 0.76% 0.48% -
HSV(B) 306.13º 0.87% 0.84% -
XYZ 38.43 19.31 53.93 -
YUV 103.65 180.12 207.42 -
System Red Green Blue C M Y K H S L
Decimal 215 29 196 0 0.87 0.09 0.16 306.13 0.76 0.48
Hex D7 1D C4 0 57 9 10 132 4C 30
Octal 327 35 304 0 127 11 20 462 114 60
Binary 11010111 11101 11000100 0 1010111 1001 10000 100110010 1001100 110000

Color Harmonies of #D71DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DC4

Black with #D71DC4

Text Example


Text Example

White with #D71DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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