Html Css Color HEX #D0099B Medium Violet Red

📋 copy color: '#D0099B'

red 208 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #D0099B

Tints of Medium Violet Red #D0099B

RGB

 RED value IS 208 (81.64% from 255) = 55.91%

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

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 55.91%
G = 2.42%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0099B (or 0xD0099B) is known color: Medium Violet Red. HEX triplet: D0, 09 and 9B. RGB value is (208,9,155). Sum of RGB (Red+Green+Blue) = 208+9+155=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0099B is #2FF664. Grayscale: #545454. Windows color (decimal): -3143269 or 10160592. OLE color: 10160592.

HSL color Cylindrical-coordinate representation of color #D0099B: hue angle of 315.98º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0099B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 155 -
CMYK 0 0.96 0.25 0.18
HSL 315.98º 0.92% 0.43% -
HSV(B) 315.98º 0.96% 0.82% -
XYZ 32.03 15.97 32.41 -
YUV 85.15 167.43 215.63 -
System Red Green Blue C M Y K H S L
Decimal 208 9 155 0 0.96 0.25 0.18 315.98 0.92 0.43
Hex D0 9 9B 0 60 19 12 13C 5C 2B
Octal 320 11 233 0 140 31 22 474 134 53
Binary 11010000 1001 10011011 0 1100000 11001 10010 100111100 1011100 101011

Color Harmonies of #D0099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0099B

Black with #D0099B

Text Example


Text Example

White with #D0099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0099B; }

 p { color: rgb(208,9,155); }

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

background-color css

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

 a { background-color: rgb(208,9,155); }

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

border-color css

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

 span { border-color: rgb(208,9,155); }

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