Html Css Color HEX #D71CB9 Deep Magenta

📋 copy color: '#D71CB9'

red 215 ◦ green 28 ◦ blue 185

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

Shades of Deep Magenta #D71CB9

Tints of Deep Magenta #D71CB9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.54%

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 50.23%
G = 6.54%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D71CB9 (or 0xD71CB9) is known color: Deep Magenta. HEX triplet: D7, 1C and B9. RGB value is (215,28,185). Sum of RGB (Red+Green+Blue) = 215+28+185=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CB9 is #28E346. Grayscale: #656565. Windows color (decimal): -2679623 or 12131543. OLE color: 12131543.

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

Color convert

RGB 215 28 185 -
CMYK 0 0.87 0.14 0.16
HSL 309.63º 0.77% 0.48% -
HSV(B) 309.63º 0.87% 0.84% -
XYZ 37.2 18.78 47.56 -
YUV 101.81 174.95 208.73 -
System Red Green Blue C M Y K H S L
Decimal 215 28 185 0 0.87 0.14 0.16 309.63 0.77 0.48
Hex D7 1C B9 0 57 E 10 136 4D 30
Octal 327 34 271 0 127 16 20 466 115 60
Binary 11010111 11100 10111001 0 1010111 1110 10000 100110110 1001101 110000

Color Harmonies of #D71CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CB9

Black with #D71CB9

Text Example


Text Example

White with #D71CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CB9; }

 p { color: rgb(215,28,185); }

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

background-color css

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

 a { background-color: rgb(215,28,185); }

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

border-color css

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

 span { border-color: rgb(215,28,185); }

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