Html Css Color HEX #D60190 Medium Violet Red

📋 copy color: '#D60190'

red 214 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #D60190

Tints of Medium Violet Red #D60190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 59.61%
G = 0.28%
B = 40.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D60190 (or 0xD60190) is known color: Medium Violet Red. HEX triplet: D6, 01 and 90. RGB value is (214,1,144). Sum of RGB (Red+Green+Blue) = 214+1+144=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D60190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60190 is #29FE6F. Grayscale: #505050. Windows color (decimal): -2752112 or 9437654. OLE color: 9437654.

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

Color convert

RGB 214 1 144 -
CMYK 0 1.00 0.33 0.16
HSL 319.72º 0.99% 0.42% -
HSV(B) 319.72º 1% 0.84% -
XYZ 32.78 16.33 27.81 -
YUV 80.99 163.57 222.87 -
System Red Green Blue C M Y K H S L
Decimal 214 1 144 0 1.00 0.33 0.16 319.72 0.99 0.42
Hex D6 1 90 0 64 21 10 140 63 2A
Octal 326 1 220 0 144 41 20 500 143 52
Binary 11010110 1 10010000 0 1100100 100001 10000 101000000 1100011 101010

Color Harmonies of #D60190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60190

Black with #D60190

Text Example


Text Example

White with #D60190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60190; }

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

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

background-color css

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

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

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

border-color css

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

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

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