Html Css Color HEX #D60891 Medium Violet Red

📋 copy color: '#D60891'

red 214 ◦ green 8 ◦ blue 145

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

Shades of Medium Violet Red #D60891

Tints of Medium Violet Red #D60891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.18%

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

R = 58.31%
G = 2.18%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D60891 (or 0xD60891) is known color: Medium Violet Red. HEX triplet: D6, 08 and 91. RGB value is (214,8,145). Sum of RGB (Red+Green+Blue) = 214+8+145=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D60891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60891 is #29F76E. Grayscale: #545454. Windows color (decimal): -2750319 or 9504982. OLE color: 9504982.

HSL color Cylindrical-coordinate representation of color #D60891: hue angle of 320.1º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60891 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 145 -
CMYK 0 0.96 0.32 0.16
HSL 320.1º 0.93% 0.44% -
HSV(B) 320.1º 0.96% 0.84% -
XYZ 32.93 16.51 28.24 -
YUV 85.21 161.75 219.86 -
System Red Green Blue C M Y K H S L
Decimal 214 8 145 0 0.96 0.32 0.16 320.1 0.93 0.44
Hex D6 8 91 0 60 20 10 140 5D 2C
Octal 326 10 221 0 140 40 20 500 135 54
Binary 11010110 1000 10010001 0 1100000 100000 10000 101000000 1011101 101100

Color Harmonies of #D60891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60891

Black with #D60891

Text Example


Text Example

White with #D60891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60891; }

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

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

background-color css

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

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

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

border-color css

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

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

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