Html Css Color HEX #D71A75 Medium Violet Red

📋 copy color: '#D71A75'

red 215 ◦ green 26 ◦ blue 117

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

Shades of Medium Violet Red #D71A75

Tints of Medium Violet Red #D71A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.26%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 60.06%
G = 7.26%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D71A75 (or 0xD71A75) is known color: Medium Violet Red. HEX triplet: D7, 1A and 75. RGB value is (215,26,117). Sum of RGB (Red+Green+Blue) = 215+26+117=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71A75 is #28E58A. Grayscale: #5C5C5C. Windows color (decimal): -2680203 or 7674583. OLE color: 7674583.

HSL color Cylindrical-coordinate representation of color #D71A75: hue angle of 331.11º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A75 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 117 -
CMYK 0 0.88 0.46 0.16
HSL 331.11º 0.78% 0.47% -
HSV(B) 331.11º 0.88% 0.84% -
XYZ 31.6 16.47 18.34 -
YUV 92.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 215 26 117 0 0.88 0.46 0.16 331.11 0.78 0.47
Hex D7 1A 75 0 58 2E 10 14B 4E 2F
Octal 327 32 165 0 130 56 20 513 116 57
Binary 11010111 11010 1110101 0 1011000 101110 10000 101001011 1001110 101111

Color Harmonies of #D71A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A75

Black with #D71A75

Text Example


Text Example

White with #D71A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A75; }

 p { color: rgb(215,26,117); }

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

background-color css

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

 a { background-color: rgb(215,26,117); }

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

border-color css

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

 span { border-color: rgb(215,26,117); }

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