Html Css Color HEX #D7097C Medium Violet Red

📋 copy color: '#D7097C'

red 215 ◦ green 9 ◦ blue 124

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

Shades of Medium Violet Red #D7097C

Tints of Medium Violet Red #D7097C

RGB

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

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

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

R = 61.78%
G = 2.59%
B = 35.63%

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

#D7097C (or 0xD7097C) is known color: Medium Violet Red. HEX triplet: D7, 09 and 7C. RGB value is (215,9,124). Sum of RGB (Red+Green+Blue) = 215+9+124=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D7097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7097C is #28F683. Grayscale: #535353. Windows color (decimal): -2684548 or 8128983. OLE color: 8128983.

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

Color convert

RGB 215 9 124 -
CMYK 0 0.96 0.42 0.16
HSL 326.5º 0.92% 0.44% -
HSV(B) 326.5º 0.96% 0.84% -
XYZ 31.76 16.1 20.5 -
YUV 83.7 150.75 221.65 -
System Red Green Blue C M Y K H S L
Decimal 215 9 124 0 0.96 0.42 0.16 326.5 0.92 0.44
Hex D7 9 7C 0 60 2A 10 147 5C 2C
Octal 327 11 174 0 140 52 20 507 134 54
Binary 11010111 1001 1111100 0 1100000 101010 10000 101000111 1011100 101100

Color Harmonies of #D7097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7097C

Black with #D7097C

Text Example


Text Example

White with #D7097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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