Html Css Color HEX #D60189 Medium Violet Red

📋 copy color: '#D60189'

red 214 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #D60189

Tints of Medium Violet Red #D60189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 60.8%
G = 0.28%
B = 38.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D60189 (or 0xD60189) is known color: Medium Violet Red. HEX triplet: D6, 01 and 89. RGB value is (214,1,137). Sum of RGB (Red+Green+Blue) = 214+1+137=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D60189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60189 is #29FE76. Grayscale: #4F4F4F. Windows color (decimal): -2752119 or 8978902. OLE color: 8978902.

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

Color convert

RGB 214 1 137 -
CMYK 0 1.00 0.36 0.16
HSL 321.69º 0.99% 0.42% -
HSV(B) 321.69º 1% 0.84% -
XYZ 32.26 16.12 25.08 -
YUV 80.19 160.07 223.44 -
System Red Green Blue C M Y K H S L
Decimal 214 1 137 0 1.00 0.36 0.16 321.69 0.99 0.42
Hex D6 1 89 0 64 24 10 142 63 2A
Octal 326 1 211 0 144 44 20 502 143 52
Binary 11010110 1 10001001 0 1100100 100100 10000 101000010 1100011 101010

Color Harmonies of #D60189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60189

Black with #D60189

Text Example


Text Example

White with #D60189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60189; }

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

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

background-color css

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

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

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

border-color css

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

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

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