Html Css Color HEX #D71BA1 Medium Violet Red

📋 copy color: '#D71BA1'

red 215 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #D71BA1

Tints of Medium Violet Red #D71BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.95%

R = 53.35%
G = 6.7%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D71BA1 (or 0xD71BA1) is known color: Medium Violet Red. HEX triplet: D7, 1B and A1. RGB value is (215,27,161). Sum of RGB (Red+Green+Blue) = 215+27+161=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BA1 is #28E45E. Grayscale: #626262. Windows color (decimal): -2679903 or 10558423. OLE color: 10558423.

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

Color convert

RGB 215 27 161 -
CMYK 0 0.87 0.25 0.16
HSL 317.23º 0.78% 0.47% -
HSV(B) 317.23º 0.87% 0.84% -
XYZ 34.85 17.8 35.32 -
YUV 98.49 163.28 211.1 -
System Red Green Blue C M Y K H S L
Decimal 215 27 161 0 0.87 0.25 0.16 317.23 0.78 0.47
Hex D7 1B A1 0 57 19 10 13D 4E 2F
Octal 327 33 241 0 127 31 20 475 116 57
Binary 11010111 11011 10100001 0 1010111 11001 10000 100111101 1001110 101111

Color Harmonies of #D71BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BA1

Black with #D71BA1

Text Example


Text Example

White with #D71BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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