Html Css Color HEX #D70184 Medium Violet Red

📋 copy color: '#D70184'

red 215 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #D70184

Tints of Medium Violet Red #D70184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 61.78%
G = 0.29%
B = 37.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D70184 (or 0xD70184) is known color: Medium Violet Red. HEX triplet: D7, 01 and 84. RGB value is (215,1,132). Sum of RGB (Red+Green+Blue) = 215+1+132=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D70184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70184 is #28FE7B. Grayscale: #4F4F4F. Windows color (decimal): -2686588 or 8651223. OLE color: 8651223.

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

Color convert

RGB 215 1 132 -
CMYK 0 1.00 0.39 0.16
HSL 323.27º 0.99% 0.42% -
HSV(B) 323.27º 1% 0.84% -
XYZ 32.2 16.13 23.25 -
YUV 79.92 157.4 224.35 -
System Red Green Blue C M Y K H S L
Decimal 215 1 132 0 1.00 0.39 0.16 323.27 0.99 0.42
Hex D7 1 84 0 64 27 10 143 63 2A
Octal 327 1 204 0 144 47 20 503 143 52
Binary 11010111 1 10000100 0 1100100 100111 10000 101000011 1100011 101010

Color Harmonies of #D70184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70184

Black with #D70184

Text Example


Text Example

White with #D70184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70184; }

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

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

background-color css

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

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

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

border-color css

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

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

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