Html Css Color HEX #D71BA3 Medium Violet Red

📋 copy color: '#D71BA3'

red 215 ◦ green 27 ◦ blue 163

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

Shades of Medium Violet Red #D71BA3

Tints of Medium Violet Red #D71BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.25%

R = 53.09%
G = 6.67%
B = 40.25%

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

#D71BA3 (or 0xD71BA3) is known color: Medium Violet Red. HEX triplet: D7, 1B and A3. RGB value is (215,27,163). Sum of RGB (Red+Green+Blue) = 215+27+163=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BA3 is #28E45C. Grayscale: #626262. Windows color (decimal): -2679901 or 10689495. OLE color: 10689495.

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

Color convert

RGB 215 27 163 -
CMYK 0 0.87 0.24 0.16
HSL 316.6º 0.78% 0.47% -
HSV(B) 316.6º 0.87% 0.84% -
XYZ 35.03 17.88 36.25 -
YUV 98.72 164.28 210.94 -
System Red Green Blue C M Y K H S L
Decimal 215 27 163 0 0.87 0.24 0.16 316.6 0.78 0.47
Hex D7 1B A3 0 57 18 10 13D 4E 2F
Octal 327 33 243 0 127 30 20 475 116 57
Binary 11010111 11011 10100011 0 1010111 11000 10000 100111101 1001110 101111

Color Harmonies of #D71BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BA3

Black with #D71BA3

Text Example


Text Example

White with #D71BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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