Html Css Color HEX #D01185 Medium Violet Red

📋 copy color: '#D01185'

red 208 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #D01185

Tints of Medium Violet Red #D01185

RGB

 RED value IS 208 (81.64% from 255) = 58.1%

 GREEN value IS 17 (7.03% from 255) = 4.75%

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

R = 58.1%
G = 4.75%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D01185 (or 0xD01185) is known color: Medium Violet Red. HEX triplet: D0, 11 and 85. RGB value is (208,17,133). Sum of RGB (Red+Green+Blue) = 208+17+133=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D01185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01185 is #2FEE7A. Grayscale: #575757. Windows color (decimal): -3141243 or 8720848. OLE color: 8720848.

HSL color Cylindrical-coordinate representation of color #D01185: hue angle of 323.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01185 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 133 -
CMYK 0 0.92 0.36 0.18
HSL 323.56º 0.85% 0.44% -
HSV(B) 323.56º 0.92% 0.82% -
XYZ 30.45 15.5 23.58 -
YUV 87.33 153.78 214.07 -
System Red Green Blue C M Y K H S L
Decimal 208 17 133 0 0.92 0.36 0.18 323.56 0.85 0.44
Hex D0 11 85 0 5C 24 12 144 55 2C
Octal 320 21 205 0 134 44 22 504 125 54
Binary 11010000 10001 10000101 0 1011100 100100 10010 101000100 1010101 101100

Color Harmonies of #D01185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01185

Black with #D01185

Text Example


Text Example

White with #D01185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01185; }

 p { color: rgb(208,17,133); }

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

background-color css

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

 a { background-color: rgb(208,17,133); }

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

border-color css

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

 span { border-color: rgb(208,17,133); }

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