Html Css Color HEX #D6097C Medium Violet Red

📋 copy color: '#D6097C'

red 214 ◦ green 9 ◦ blue 124

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

Shades of Medium Violet Red #D6097C

Tints of Medium Violet Red #D6097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 61.67%
G = 2.59%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6097C (or 0xD6097C) is known color: Medium Violet Red. HEX triplet: D6, 09 and 7C. RGB value is (214,9,124). Sum of RGB (Red+Green+Blue) = 214+9+124=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6097C is #29F683. Grayscale: #535353. Windows color (decimal): -2750084 or 8128982. OLE color: 8128982.

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

Color convert

RGB 214 9 124 -
CMYK 0 0.96 0.42 0.16
HSL 326.34º 0.92% 0.44% -
HSV(B) 326.34º 0.96% 0.84% -
XYZ 31.47 15.95 20.49 -
YUV 83.41 150.92 221.15 -
System Red Green Blue C M Y K H S L
Decimal 214 9 124 0 0.96 0.42 0.16 326.34 0.92 0.44
Hex D6 9 7C 0 60 2A 10 146 5C 2C
Octal 326 11 174 0 140 52 20 506 134 54
Binary 11010110 1001 1111100 0 1100000 101010 10000 101000110 1011100 101100

Color Harmonies of #D6097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6097C

Black with #D6097C

Text Example


Text Example

White with #D6097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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