Html Css Color HEX #D71075 Medium Violet Red

📋 copy color: '#D71075'

red 215 ◦ green 16 ◦ blue 117

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

Shades of Medium Violet Red #D71075

Tints of Medium Violet Red #D71075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.6%

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

R = 61.78%
G = 4.6%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D71075 (or 0xD71075) is known color: Medium Violet Red. HEX triplet: D7, 10 and 75. RGB value is (215,16,117). Sum of RGB (Red+Green+Blue) = 215+16+117=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D71075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71075 is #28EF8A. Grayscale: #565656. Windows color (decimal): -2682763 or 7672023. OLE color: 7672023.

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

Color convert

RGB 215 16 117 -
CMYK 0 0.93 0.46 0.16
HSL 329.55º 0.86% 0.45% -
HSV(B) 329.55º 0.93% 0.84% -
XYZ 31.42 16.1 18.28 -
YUV 87.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 215 16 117 0 0.93 0.46 0.16 329.55 0.86 0.45
Hex D7 10 75 0 5D 2E 10 14A 56 2D
Octal 327 20 165 0 135 56 20 512 126 55
Binary 11010111 10000 1110101 0 1011101 101110 10000 101001010 1010110 101101

Color Harmonies of #D71075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71075

Black with #D71075

Text Example


Text Example

White with #D71075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71075; }

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

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

background-color css

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

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

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

border-color css

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

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

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