Html Css Color HEX #D71B9A Medium Violet Red

📋 copy color: '#D71B9A'

red 215 ◦ green 27 ◦ blue 154

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

Shades of Medium Violet Red #D71B9A

Tints of Medium Violet Red #D71B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 54.29%
G = 6.82%
B = 38.89%

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

#D71B9A (or 0xD71B9A) is known color: Medium Violet Red. HEX triplet: D7, 1B and 9A. RGB value is (215,27,154). Sum of RGB (Red+Green+Blue) = 215+27+154=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71B9A is #28E465. Grayscale: #616161. Windows color (decimal): -2679910 or 10099671. OLE color: 10099671.

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

Color convert

RGB 215 27 154 -
CMYK 0 0.87 0.28 0.16
HSL 319.47º 0.78% 0.47% -
HSV(B) 319.47º 0.87% 0.84% -
XYZ 34.25 17.56 32.16 -
YUV 97.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 215 27 154 0 0.87 0.28 0.16 319.47 0.78 0.47
Hex D7 1B 9A 0 57 1C 10 13F 4E 2F
Octal 327 33 232 0 127 34 20 477 116 57
Binary 11010111 11011 10011010 0 1010111 11100 10000 100111111 1001110 101111

Color Harmonies of #D71B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B9A

Black with #D71B9A

Text Example


Text Example

White with #D71B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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