Html Css Color HEX #D60197 Medium Violet Red

📋 copy color: '#D60197'

red 214 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #D60197

Tints of Medium Violet Red #D60197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 58.47%
G = 0.27%
B = 41.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D60197 (or 0xD60197) is known color: Medium Violet Red. HEX triplet: D6, 01 and 97. RGB value is (214,1,151). Sum of RGB (Red+Green+Blue) = 214+1+151=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D60197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60197 is #29FE68. Grayscale: #515151. Windows color (decimal): -2752105 or 9896406. OLE color: 9896406.

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

Color convert

RGB 214 1 151 -
CMYK 0 1.00 0.29 0.16
HSL 317.75º 0.99% 0.42% -
HSV(B) 317.75º 1% 0.84% -
XYZ 33.33 16.55 30.72 -
YUV 81.79 167.07 222.3 -
System Red Green Blue C M Y K H S L
Decimal 214 1 151 0 1.00 0.29 0.16 317.75 0.99 0.42
Hex D6 1 97 0 64 1D 10 13E 63 2A
Octal 326 1 227 0 144 35 20 476 143 52
Binary 11010110 1 10010111 0 1100100 11101 10000 100111110 1100011 101010

Color Harmonies of #D60197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60197

Black with #D60197

Text Example


Text Example

White with #D60197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60197; }

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

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

background-color css

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

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

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

border-color css

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

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

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