Html Css Color HEX #D71BA2 Medium Violet Red

📋 copy color: '#D71BA2'

red 215 ◦ green 27 ◦ blue 162

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

Shades of Medium Violet Red #D71BA2

Tints of Medium Violet Red #D71BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 53.22%
G = 6.68%
B = 40.1%

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

#D71BA2 (or 0xD71BA2) is known color: Medium Violet Red. HEX triplet: D7, 1B and A2. RGB value is (215,27,162). Sum of RGB (Red+Green+Blue) = 215+27+162=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BA2 is #28E45D. Grayscale: #626262. Windows color (decimal): -2679902 or 10623959. OLE color: 10623959.

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

Color convert

RGB 215 27 162 -
CMYK 0 0.87 0.25 0.16
HSL 316.91º 0.78% 0.47% -
HSV(B) 316.91º 0.87% 0.84% -
XYZ 34.94 17.84 35.78 -
YUV 98.6 163.78 211.02 -
System Red Green Blue C M Y K H S L
Decimal 215 27 162 0 0.87 0.25 0.16 316.91 0.78 0.47
Hex D7 1B A2 0 57 19 10 13D 4E 2F
Octal 327 33 242 0 127 31 20 475 116 57
Binary 11010111 11011 10100010 0 1010111 11001 10000 100111101 1001110 101111

Color Harmonies of #D71BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BA2

Black with #D71BA2

Text Example


Text Example

White with #D71BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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