Html Css Color HEX #D70178 Medium Violet Red

📋 copy color: '#D70178'

red 215 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #D70178

Tints of Medium Violet Red #D70178

RGB

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

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

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

R = 63.99%
G = 0.3%
B = 35.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D70178 (or 0xD70178) is known color: Medium Violet Red. HEX triplet: D7, 01 and 78. RGB value is (215,1,120). Sum of RGB (Red+Green+Blue) = 215+1+120=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D70178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70178 is #28FE87. Grayscale: #4E4E4E. Windows color (decimal): -2686600 or 7864791. OLE color: 7864791.

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

Color convert

RGB 215 1 120 -
CMYK 0 1.00 0.44 0.16
HSL 326.64º 0.99% 0.42% -
HSV(B) 326.64º 1% 0.84% -
XYZ 31.43 15.82 19.17 -
YUV 78.55 151.4 225.32 -
System Red Green Blue C M Y K H S L
Decimal 215 1 120 0 1.00 0.44 0.16 326.64 0.99 0.42
Hex D7 1 78 0 64 2C 10 147 63 2A
Octal 327 1 170 0 144 54 20 507 143 52
Binary 11010111 1 1111000 0 1100100 101100 10000 101000111 1100011 101010

Color Harmonies of #D70178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70178

Black with #D70178

Text Example


Text Example

White with #D70178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70178; }

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

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

background-color css

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

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

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

border-color css

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

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

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