Html Css Color HEX #D71B78 Medium Violet Red

📋 copy color: '#D71B78'

red 215 ◦ green 27 ◦ blue 120

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

Shades of Medium Violet Red #D71B78

Tints of Medium Violet Red #D71B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 59.39%
G = 7.46%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D71B78 (or 0xD71B78) is known color: Medium Violet Red. HEX triplet: D7, 1B and 78. RGB value is (215,27,120). Sum of RGB (Red+Green+Blue) = 215+27+120=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B78 is #28E487. Grayscale: #5D5D5D. Windows color (decimal): -2679944 or 7871447. OLE color: 7871447.

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

Color convert

RGB 215 27 120 -
CMYK 0 0.87 0.44 0.16
HSL 330.32º 0.78% 0.47% -
HSV(B) 330.32º 0.87% 0.84% -
XYZ 31.81 16.59 19.29 -
YUV 93.81 142.78 214.44 -
System Red Green Blue C M Y K H S L
Decimal 215 27 120 0 0.87 0.44 0.16 330.32 0.78 0.47
Hex D7 1B 78 0 57 2C 10 14A 4E 2F
Octal 327 33 170 0 127 54 20 512 116 57
Binary 11010111 11011 1111000 0 1010111 101100 10000 101001010 1001110 101111

Color Harmonies of #D71B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B78

Black with #D71B78

Text Example


Text Example

White with #D71B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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