Html Css Color HEX #D9097A Medium Violet Red

📋 copy color: '#D9097A'

red 217 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #D9097A

Tints of Medium Violet Red #D9097A

RGB

 RED value IS 217 (85.16% from 255) = 62.36%

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

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

R = 62.36%
G = 2.59%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9097A (or 0xD9097A) is known color: Medium Violet Red. HEX triplet: D9, 09 and 7A. RGB value is (217,9,122). Sum of RGB (Red+Green+Blue) = 217+9+122=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9097A is #26F685. Grayscale: #535353. Windows color (decimal): -2553478 or 7997913. OLE color: 7997913.

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

Color convert

RGB 217 9 122 -
CMYK 0 0.96 0.44 0.15
HSL 327.4º 0.92% 0.44% -
HSV(B) 327.4º 0.96% 0.85% -
XYZ 32.23 16.35 19.87 -
YUV 84.07 149.41 222.81 -
System Red Green Blue C M Y K H S L
Decimal 217 9 122 0 0.96 0.44 0.15 327.4 0.92 0.44
Hex D9 9 7A 0 60 2C F 147 5C 2C
Octal 331 11 172 0 140 54 17 507 134 54
Binary 11011001 1001 1111010 0 1100000 101100 1111 101000111 1011100 101100

Color Harmonies of #D9097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9097A

Black with #D9097A

Text Example


Text Example

White with #D9097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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