Html Css Color HEX #D60194 Medium Violet Red

📋 copy color: '#D60194'

red 214 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #D60194

Tints of Medium Violet Red #D60194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 58.95%
G = 0.28%
B = 40.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D60194 (or 0xD60194) is known color: Medium Violet Red. HEX triplet: D6, 01 and 94. RGB value is (214,1,148). Sum of RGB (Red+Green+Blue) = 214+1+148=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D60194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60194 is #29FE6B. Grayscale: #515151. Windows color (decimal): -2752108 or 9699798. OLE color: 9699798.

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

Color convert

RGB 214 1 148 -
CMYK 0 1.00 0.31 0.16
HSL 318.59º 0.99% 0.42% -
HSV(B) 318.59º 1% 0.84% -
XYZ 33.09 16.46 29.45 -
YUV 81.45 165.57 222.55 -
System Red Green Blue C M Y K H S L
Decimal 214 1 148 0 1.00 0.31 0.16 318.59 0.99 0.42
Hex D6 1 94 0 64 1F 10 13F 63 2A
Octal 326 1 224 0 144 37 20 477 143 52
Binary 11010110 1 10010100 0 1100100 11111 10000 100111111 1100011 101010

Color Harmonies of #D60194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60194

Black with #D60194

Text Example


Text Example

White with #D60194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60194; }

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

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

background-color css

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

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

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

border-color css

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

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

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