Html Css Color HEX #D71AB4 Deep Magenta

📋 copy color: '#D71AB4'

red 215 ◦ green 26 ◦ blue 180

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

Shades of Deep Magenta #D71AB4

Tints of Deep Magenta #D71AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.76%

R = 51.07%
G = 6.18%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D71AB4 (or 0xD71AB4) is known color: Deep Magenta. HEX triplet: D7, 1A and B4. RGB value is (215,26,180). Sum of RGB (Red+Green+Blue) = 215+26+180=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71AB4 is #28E54B. Grayscale: #636363. Windows color (decimal): -2680140 or 11803351. OLE color: 11803351.

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

Color convert

RGB 215 26 180 -
CMYK 0 0.88 0.16 0.16
HSL 311.11º 0.78% 0.47% -
HSV(B) 311.11º 0.88% 0.84% -
XYZ 36.63 18.48 44.82 -
YUV 100.07 173.12 209.98 -
System Red Green Blue C M Y K H S L
Decimal 215 26 180 0 0.88 0.16 0.16 311.11 0.78 0.47
Hex D7 1A B4 0 58 10 10 137 4E 2F
Octal 327 32 264 0 130 20 20 467 116 57
Binary 11010111 11010 10110100 0 1011000 10000 10000 100110111 1001110 101111

Color Harmonies of #D71AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AB4

Black with #D71AB4

Text Example


Text Example

White with #D71AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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