Html Css Color HEX #D71CB5 Deep Magenta

📋 copy color: '#D71CB5'

red 215 ◦ green 28 ◦ blue 181

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

Shades of Deep Magenta #D71CB5

Tints of Deep Magenta #D71CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.69%

R = 50.71%
G = 6.6%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D71CB5 (or 0xD71CB5) is known color: Deep Magenta. HEX triplet: D7, 1C and B5. RGB value is (215,28,181). Sum of RGB (Red+Green+Blue) = 215+28+181=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CB5 is #28E34A. Grayscale: #646464. Windows color (decimal): -2679627 or 11869399. OLE color: 11869399.

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

Color convert

RGB 215 28 181 -
CMYK 0 0.87 0.16 0.16
HSL 310.91º 0.77% 0.48% -
HSV(B) 310.91º 0.87% 0.84% -
XYZ 36.78 18.61 45.37 -
YUV 101.36 172.95 209.06 -
System Red Green Blue C M Y K H S L
Decimal 215 28 181 0 0.87 0.16 0.16 310.91 0.77 0.48
Hex D7 1C B5 0 57 10 10 137 4D 30
Octal 327 34 265 0 127 20 20 467 115 60
Binary 11010111 11100 10110101 0 1010111 10000 10000 100110111 1001101 110000

Color Harmonies of #D71CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CB5

Black with #D71CB5

Text Example


Text Example

White with #D71CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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