Html Css Color HEX #D8097B Medium Violet Red

📋 copy color: '#D8097B'

red 216 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #D8097B

Tints of Medium Violet Red #D8097B

RGB

 RED value IS 216 (84.77% from 255) = 62.07%

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

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

R = 62.07%
G = 2.59%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8097B (or 0xD8097B) is known color: Medium Violet Red. HEX triplet: D8, 09 and 7B. RGB value is (216,9,123). Sum of RGB (Red+Green+Blue) = 216+9+123=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8097B is #27F684. Grayscale: #535353. Windows color (decimal): -2619013 or 8063448. OLE color: 8063448.

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

Color convert

RGB 216 9 123 -
CMYK 0 0.96 0.43 0.15
HSL 326.96º 0.92% 0.44% -
HSV(B) 326.96º 0.96% 0.85% -
XYZ 31.99 16.22 20.18 -
YUV 83.89 150.08 222.23 -
System Red Green Blue C M Y K H S L
Decimal 216 9 123 0 0.96 0.43 0.15 326.96 0.92 0.44
Hex D8 9 7B 0 60 2B F 147 5C 2C
Octal 330 11 173 0 140 53 17 507 134 54
Binary 11011000 1001 1111011 0 1100000 101011 1111 101000111 1011100 101100

Color Harmonies of #D8097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8097B

Black with #D8097B

Text Example


Text Example

White with #D8097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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