Html Css Color HEX #D70175 Medium Violet Red

📋 copy color: '#D70175'

red 215 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #D70175

Tints of Medium Violet Red #D70175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 64.56%
G = 0.3%
B = 35.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D70175 (or 0xD70175) is known color: Medium Violet Red. HEX triplet: D7, 01 and 75. RGB value is (215,1,117). Sum of RGB (Red+Green+Blue) = 215+1+117=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D70175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70175 is #28FE8A. Grayscale: #4D4D4D. Windows color (decimal): -2686603 or 7668183. OLE color: 7668183.

HSL color Cylindrical-coordinate representation of color #D70175: hue angle of 327.48º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70175 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 117 -
CMYK 0 1.00 0.46 0.16
HSL 327.48º 0.99% 0.42% -
HSV(B) 327.48º 1% 0.84% -
XYZ 31.25 15.75 18.22 -
YUV 78.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 215 1 117 0 1.00 0.46 0.16 327.48 0.99 0.42
Hex D7 1 75 0 64 2E 10 147 63 2A
Octal 327 1 165 0 144 56 20 507 143 52
Binary 11010111 1 1110101 0 1100100 101110 10000 101000111 1100011 101010

Color Harmonies of #D70175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70175

Black with #D70175

Text Example


Text Example

White with #D70175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70175; }

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

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

background-color css

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

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

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

border-color css

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

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

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