Html Css Color HEX #D60191 Medium Violet Red

📋 copy color: '#D60191'

red 214 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #D60191

Tints of Medium Violet Red #D60191

RGB

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

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

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

R = 59.44%
G = 0.28%
B = 40.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D60191 (or 0xD60191) is known color: Medium Violet Red. HEX triplet: D6, 01 and 91. RGB value is (214,1,145). Sum of RGB (Red+Green+Blue) = 214+1+145=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D60191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60191 is #29FE6E. Grayscale: #505050. Windows color (decimal): -2752111 or 9503190. OLE color: 9503190.

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

Color convert

RGB 214 1 145 -
CMYK 0 1.00 0.32 0.16
HSL 319.44º 0.99% 0.42% -
HSV(B) 319.44º 1% 0.84% -
XYZ 32.85 16.36 28.21 -
YUV 81.1 164.07 222.79 -
System Red Green Blue C M Y K H S L
Decimal 214 1 145 0 1.00 0.32 0.16 319.44 0.99 0.42
Hex D6 1 91 0 64 20 10 13F 63 2A
Octal 326 1 221 0 144 40 20 477 143 52
Binary 11010110 1 10010001 0 1100100 100000 10000 100111111 1100011 101010

Color Harmonies of #D60191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60191

Black with #D60191

Text Example


Text Example

White with #D60191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60191; }

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

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

background-color css

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

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

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

border-color css

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

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

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