Html Css Color HEX #D60091 Medium Violet Red

📋 copy color: '#D60091'

red 214 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #D60091

Tints of Medium Violet Red #D60091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.39%

R = 59.61%
G = 0%
B = 40.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D60091 (or 0xD60091) is known color: Medium Violet Red. HEX triplet: D6, 00 and 91. RGB value is (214,0,145). Sum of RGB (Red+Green+Blue) = 214+0+145=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D60091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60091 is #29FF6E. Grayscale: #505050. Windows color (decimal): -2752367 or 9502934. OLE color: 9502934.

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

Color convert

RGB 214 0 145 -
CMYK 0 1 0.32 0.16
HSL 319.35º 1% 0.42% -
HSV(B) 319.35º 1% 0.84% -
XYZ 32.84 16.34 28.21 -
YUV 80.52 164.4 223.21 -
System Red Green Blue C M Y K H S L
Decimal 214 0 145 0 1 0.32 0.16 319.35 1 0.42
Hex D6 0 91 0 64 20 10 13F 64 2A
Octal 326 0 221 0 144 40 20 477 144 52
Binary 11010110 0 10010001 0 1100100 100000 10000 100111111 1100100 101010

Color Harmonies of #D60091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60091

Black with #D60091

Text Example


Text Example

White with #D60091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60091; }

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

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

background-color css

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

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

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

border-color css

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

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

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