Html Css Color HEX #D70185 Medium Violet Red

📋 copy color: '#D70185'

red 215 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #D70185

Tints of Medium Violet Red #D70185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 61.6%
G = 0.29%
B = 38.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D70185 (or 0xD70185) is known color: Medium Violet Red. HEX triplet: D7, 01 and 85. RGB value is (215,1,133). Sum of RGB (Red+Green+Blue) = 215+1+133=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D70185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70185 is #28FE7A. Grayscale: #4F4F4F. Windows color (decimal): -2686587 or 8716759. OLE color: 8716759.

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

Color convert

RGB 215 1 133 -
CMYK 0 1.00 0.38 0.16
HSL 322.99º 0.99% 0.42% -
HSV(B) 322.99º 1% 0.84% -
XYZ 32.27 16.16 23.61 -
YUV 80.03 157.9 224.27 -
System Red Green Blue C M Y K H S L
Decimal 215 1 133 0 1.00 0.38 0.16 322.99 0.99 0.42
Hex D7 1 85 0 64 26 10 143 63 2A
Octal 327 1 205 0 144 46 20 503 143 52
Binary 11010111 1 10000101 0 1100100 100110 10000 101000011 1100011 101010

Color Harmonies of #D70185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70185

Black with #D70185

Text Example


Text Example

White with #D70185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70185; }

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

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

background-color css

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

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

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

border-color css

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

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

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