Html Css Color HEX #D60997 Medium Violet Red

📋 copy color: '#D60997'

red 214 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #D60997

Tints of Medium Violet Red #D60997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

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

R = 57.22%
G = 2.41%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D60997 (or 0xD60997) is known color: Medium Violet Red. HEX triplet: D6, 09 and 97. RGB value is (214,9,151). Sum of RGB (Red+Green+Blue) = 214+9+151=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D60997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60997 is #29F668. Grayscale: #565656. Windows color (decimal): -2750057 or 9898454. OLE color: 9898454.

HSL color Cylindrical-coordinate representation of color #D60997: hue angle of 318.44º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60997 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 151 -
CMYK 0 0.96 0.29 0.16
HSL 318.44º 0.92% 0.44% -
HSV(B) 318.44º 0.96% 0.84% -
XYZ 33.42 16.73 30.75 -
YUV 86.48 164.42 218.95 -
System Red Green Blue C M Y K H S L
Decimal 214 9 151 0 0.96 0.29 0.16 318.44 0.92 0.44
Hex D6 9 97 0 60 1D 10 13E 5C 2C
Octal 326 11 227 0 140 35 20 476 134 54
Binary 11010110 1001 10010111 0 1100000 11101 10000 100111110 1011100 101100

Color Harmonies of #D60997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60997

Black with #D60997

Text Example


Text Example

White with #D60997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60997; }

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

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

background-color css

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

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

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

border-color css

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

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

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