Html Css Color HEX #D7097A Medium Violet Red

📋 copy color: '#D7097A'

red 215 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #D7097A

Tints of Medium Violet Red #D7097A

RGB

 RED value IS 215 (84.38% from 255) = 62.14%

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

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

R = 62.14%
G = 2.6%
B = 35.26%

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

#D7097A (or 0xD7097A) is known color: Medium Violet Red. HEX triplet: D7, 09 and 7A. RGB value is (215,9,122). Sum of RGB (Red+Green+Blue) = 215+9+122=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7097A is #28F685. Grayscale: #535353. Windows color (decimal): -2684550 or 7997911. OLE color: 7997911.

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

Color convert

RGB 215 9 122 -
CMYK 0 0.96 0.43 0.16
HSL 327.09º 0.92% 0.44% -
HSV(B) 327.09º 0.96% 0.84% -
XYZ 31.63 16.05 19.84 -
YUV 83.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 215 9 122 0 0.96 0.43 0.16 327.09 0.92 0.44
Hex D7 9 7A 0 60 2B 10 147 5C 2C
Octal 327 11 172 0 140 53 20 507 134 54
Binary 11010111 1001 1111010 0 1100000 101011 10000 101000111 1011100 101100

Color Harmonies of #D7097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7097A

Black with #D7097A

Text Example


Text Example

White with #D7097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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