Html Css Color HEX #D71B9B Medium Violet Red

📋 copy color: '#D71B9B'

red 215 ◦ green 27 ◦ blue 155

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

Shades of Medium Violet Red #D71B9B

Tints of Medium Violet Red #D71B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 54.16%
G = 6.8%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D71B9B (or 0xD71B9B) is known color: Medium Violet Red. HEX triplet: D7, 1B and 9B. RGB value is (215,27,155). Sum of RGB (Red+Green+Blue) = 215+27+155=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71B9B is #28E464. Grayscale: #616161. Windows color (decimal): -2679909 or 10165207. OLE color: 10165207.

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

Color convert

RGB 215 27 155 -
CMYK 0 0.87 0.28 0.16
HSL 319.15º 0.78% 0.47% -
HSV(B) 319.15º 0.87% 0.84% -
XYZ 34.33 17.6 32.6 -
YUV 97.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 215 27 155 0 0.87 0.28 0.16 319.15 0.78 0.47
Hex D7 1B 9B 0 57 1C 10 13F 4E 2F
Octal 327 33 233 0 127 34 20 477 116 57
Binary 11010111 11011 10011011 0 1010111 11100 10000 100111111 1001110 101111

Color Harmonies of #D71B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B9B

Black with #D71B9B

Text Example


Text Example

White with #D71B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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