Html Css Color HEX #D71BA4 Medium Violet Red

📋 copy color: '#D71BA4'

red 215 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #D71BA4

Tints of Medium Violet Red #D71BA4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.65%

 BLUE value IS 164 (64.45% from 255) = 40.39%

R = 52.96%
G = 6.65%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D71BA4 (or 0xD71BA4) is known color: Medium Violet Red. HEX triplet: D7, 1B and A4. RGB value is (215,27,164). Sum of RGB (Red+Green+Blue) = 215+27+164=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BA4 is #28E45B. Grayscale: #626262. Windows color (decimal): -2679900 or 10755031. OLE color: 10755031.

HSL color Cylindrical-coordinate representation of color #D71BA4: hue angle of 316.28º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71BA4 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 27 164 -
CMYK 0 0.87 0.24 0.16
HSL 316.28º 0.78% 0.47% -
HSV(B) 316.28º 0.87% 0.84% -
XYZ 35.12 17.91 36.73 -
YUV 98.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 215 27 164 0 0.87 0.24 0.16 316.28 0.78 0.47
Hex D7 1B A4 0 57 18 10 13C 4E 2F
Octal 327 33 244 0 127 30 20 474 116 57
Binary 11010111 11011 10100100 0 1010111 11000 10000 100111100 1001110 101111

Color Harmonies of #D71BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BA4

Black with #D71BA4

Text Example


Text Example

White with #D71BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BA4; }

 p { color: rgb(215,27,164); }

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

background-color css

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

 a { background-color: rgb(215,27,164); }

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

border-color css

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

 span { border-color: rgb(215,27,164); }

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