Html Css Color HEX #D71AB8 Deep Magenta

📋 copy color: '#D71AB8'

red 215 ◦ green 26 ◦ blue 184

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

Shades of Deep Magenta #D71AB8

Tints of Deep Magenta #D71AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.29%

R = 50.59%
G = 6.12%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D71AB8 (or 0xD71AB8) is known color: Deep Magenta. HEX triplet: D7, 1A and B8. RGB value is (215,26,184). Sum of RGB (Red+Green+Blue) = 215+26+184=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71AB8 is #28E547. Grayscale: #646464. Windows color (decimal): -2680136 or 12065495. OLE color: 12065495.

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

Color convert

RGB 215 26 184 -
CMYK 0 0.88 0.14 0.16
HSL 309.84º 0.78% 0.47% -
HSV(B) 309.84º 0.88% 0.84% -
XYZ 37.05 18.65 46.99 -
YUV 100.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 215 26 184 0 0.88 0.14 0.16 309.84 0.78 0.47
Hex D7 1A B8 0 58 E 10 136 4E 2F
Octal 327 32 270 0 130 16 20 466 116 57
Binary 11010111 11010 10111000 0 1011000 1110 10000 100110110 1001110 101111

Color Harmonies of #D71AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AB8

Black with #D71AB8

Text Example


Text Example

White with #D71AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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