Html Css Color HEX #D71BA7 Medium Violet Red

📋 copy color: '#D71BA7'

red 215 ◦ green 27 ◦ blue 167

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

Shades of Medium Violet Red #D71BA7

Tints of Medium Violet Red #D71BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.83%

R = 52.57%
G = 6.6%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D71BA7 (or 0xD71BA7) is known color: Medium Violet Red. HEX triplet: D7, 1B and A7. RGB value is (215,27,167). Sum of RGB (Red+Green+Blue) = 215+27+167=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BA7 is #28E458. Grayscale: #626262. Windows color (decimal): -2679897 or 10951639. OLE color: 10951639.

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

Color convert

RGB 215 27 167 -
CMYK 0 0.87 0.22 0.16
HSL 315.32º 0.78% 0.47% -
HSV(B) 315.32º 0.87% 0.84% -
XYZ 35.39 18.02 38.17 -
YUV 99.17 166.28 210.62 -
System Red Green Blue C M Y K H S L
Decimal 215 27 167 0 0.87 0.22 0.16 315.32 0.78 0.47
Hex D7 1B A7 0 57 16 10 13B 4E 2F
Octal 327 33 247 0 127 26 20 473 116 57
Binary 11010111 11011 10100111 0 1010111 10110 10000 100111011 1001110 101111

Color Harmonies of #D71BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BA7

Black with #D71BA7

Text Example


Text Example

White with #D71BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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