Html Css Color HEX #D7097B Medium Violet Red

📋 copy color: '#D7097B'

red 215 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #D7097B

Tints of Medium Violet Red #D7097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 61.96%
G = 2.59%
B = 35.45%

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

#D7097B (or 0xD7097B) is known color: Medium Violet Red. HEX triplet: D7, 09 and 7B. RGB value is (215,9,123). Sum of RGB (Red+Green+Blue) = 215+9+123=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7097B is #28F684. Grayscale: #535353. Windows color (decimal): -2684549 or 8063447. OLE color: 8063447.

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

Color convert

RGB 215 9 123 -
CMYK 0 0.96 0.43 0.16
HSL 326.8º 0.92% 0.44% -
HSV(B) 326.8º 0.96% 0.84% -
XYZ 31.7 16.07 20.17 -
YUV 83.59 150.25 221.73 -
System Red Green Blue C M Y K H S L
Decimal 215 9 123 0 0.96 0.43 0.16 326.8 0.92 0.44
Hex D7 9 7B 0 60 2B 10 147 5C 2C
Octal 327 11 173 0 140 53 20 507 134 54
Binary 11010111 1001 1111011 0 1100000 101011 10000 101000111 1011100 101100

Color Harmonies of #D7097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7097B

Black with #D7097B

Text Example


Text Example

White with #D7097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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