Html Css Color HEX #D60995 Medium Violet Red

📋 copy color: '#D60995'

red 214 ◦ green 9 ◦ blue 149

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

Shades of Medium Violet Red #D60995

Tints of Medium Violet Red #D60995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 57.53%
G = 2.42%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D60995 (or 0xD60995) is known color: Medium Violet Red. HEX triplet: D6, 09 and 95. RGB value is (214,9,149). Sum of RGB (Red+Green+Blue) = 214+9+149=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D60995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60995 is #29F66A. Grayscale: #555555. Windows color (decimal): -2750059 or 9767382. OLE color: 9767382.

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

Color convert

RGB 214 9 149 -
CMYK 0 0.96 0.30 0.16
HSL 319.02º 0.92% 0.44% -
HSV(B) 319.02º 0.96% 0.84% -
XYZ 33.25 16.66 29.9 -
YUV 86.26 163.42 219.12 -
System Red Green Blue C M Y K H S L
Decimal 214 9 149 0 0.96 0.30 0.16 319.02 0.92 0.44
Hex D6 9 95 0 60 1E 10 13F 5C 2C
Octal 326 11 225 0 140 36 20 477 134 54
Binary 11010110 1001 10010101 0 1100000 11110 10000 100111111 1011100 101100

Color Harmonies of #D60995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60995

Black with #D60995

Text Example


Text Example

White with #D60995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60995; }

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

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

background-color css

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

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

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

border-color css

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

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

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