Html Css Color HEX #D60994 Medium Violet Red

📋 copy color: '#D60994'

red 214 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #D60994

Tints of Medium Violet Red #D60994

RGB

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

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

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

R = 57.68%
G = 2.43%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D60994 (or 0xD60994) is known color: Medium Violet Red. HEX triplet: D6, 09 and 94. RGB value is (214,9,148). Sum of RGB (Red+Green+Blue) = 214+9+148=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D60994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60994 is #29F66B. Grayscale: #555555. Windows color (decimal): -2750060 or 9701846. OLE color: 9701846.

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

Color convert

RGB 214 9 148 -
CMYK 0 0.96 0.31 0.16
HSL 319.32º 0.92% 0.44% -
HSV(B) 319.32º 0.96% 0.84% -
XYZ 33.17 16.63 29.48 -
YUV 86.14 162.92 219.2 -
System Red Green Blue C M Y K H S L
Decimal 214 9 148 0 0.96 0.31 0.16 319.32 0.92 0.44
Hex D6 9 94 0 60 1F 10 13F 5C 2C
Octal 326 11 224 0 140 37 20 477 134 54
Binary 11010110 1001 10010100 0 1100000 11111 10000 100111111 1011100 101100

Color Harmonies of #D60994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60994

Black with #D60994

Text Example


Text Example

White with #D60994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60994; }

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

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

background-color css

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

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

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

border-color css

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

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

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