Html Css Color HEX #D60081 Medium Violet Red

📋 copy color: '#D60081'

red 214 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #D60081

Tints of Medium Violet Red #D60081

RGB

 RED value IS 214 (83.98% from 255) = 62.39%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 62.39%
G = 0%
B = 37.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D60081 (or 0xD60081) is known color: Medium Violet Red. HEX triplet: D6, 00 and 81. RGB value is (214,0,129). Sum of RGB (Red+Green+Blue) = 214+0+129=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D60081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60081 is #29FF7E. Grayscale: #4E4E4E. Windows color (decimal): -2752383 or 8454358. OLE color: 8454358.

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

Color convert

RGB 214 0 129 -
CMYK 0 1 0.40 0.16
HSL 323.83º 1% 0.42% -
HSV(B) 323.83º 1% 0.84% -
XYZ 31.69 15.88 22.16 -
YUV 78.69 156.4 224.51 -
System Red Green Blue C M Y K H S L
Decimal 214 0 129 0 1 0.40 0.16 323.83 1 0.42
Hex D6 0 81 0 64 28 10 144 64 2A
Octal 326 0 201 0 144 50 20 504 144 52
Binary 11010110 0 10000001 0 1100100 101000 10000 101000100 1100100 101010

Color Harmonies of #D60081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60081

Black with #D60081

Text Example


Text Example

White with #D60081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60081; }

 p { color: rgb(214,0,129); }

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

background-color css

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

 a { background-color: rgb(214,0,129); }

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

border-color css

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

 span { border-color: rgb(214,0,129); }

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