Html Css Color HEX #D60193 Medium Violet Red

📋 copy color: '#D60193'

red 214 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #D60193

Tints of Medium Violet Red #D60193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 59.12%
G = 0.28%
B = 40.61%

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

#D60193 (or 0xD60193) is known color: Medium Violet Red. HEX triplet: D6, 01 and 93. RGB value is (214,1,147). Sum of RGB (Red+Green+Blue) = 214+1+147=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D60193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60193 is #29FE6C. Grayscale: #505050. Windows color (decimal): -2752109 or 9634262. OLE color: 9634262.

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

Color convert

RGB 214 1 147 -
CMYK 0 1.00 0.31 0.16
HSL 318.87º 0.99% 0.42% -
HSV(B) 318.87º 1% 0.84% -
XYZ 33.01 16.42 29.03 -
YUV 81.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 214 1 147 0 1.00 0.31 0.16 318.87 0.99 0.42
Hex D6 1 93 0 64 1F 10 13F 63 2A
Octal 326 1 223 0 144 37 20 477 143 52
Binary 11010110 1 10010011 0 1100100 11111 10000 100111111 1100011 101010

Color Harmonies of #D60193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60193

Black with #D60193

Text Example


Text Example

White with #D60193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60193; }

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

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

background-color css

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

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

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

border-color css

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

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

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