Html Css Color HEX #D6097A Medium Violet Red

📋 copy color: '#D6097A'

red 214 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #D6097A

Tints of Medium Violet Red #D6097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 62.03%
G = 2.61%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6097A (or 0xD6097A) is known color: Medium Violet Red. HEX triplet: D6, 09 and 7A. RGB value is (214,9,122). Sum of RGB (Red+Green+Blue) = 214+9+122=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6097A is #29F685. Grayscale: #525252. Windows color (decimal): -2750086 or 7997910. OLE color: 7997910.

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

Color convert

RGB 214 9 122 -
CMYK 0 0.96 0.43 0.16
HSL 326.93º 0.92% 0.44% -
HSV(B) 326.93º 0.96% 0.84% -
XYZ 31.34 15.9 19.83 -
YUV 83.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 214 9 122 0 0.96 0.43 0.16 326.93 0.92 0.44
Hex D6 9 7A 0 60 2B 10 147 5C 2C
Octal 326 11 172 0 140 53 20 507 134 54
Binary 11010110 1001 1111010 0 1100000 101011 10000 101000111 1011100 101100

Color Harmonies of #D6097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6097A

Black with #D6097A

Text Example


Text Example

White with #D6097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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