Html Css Color HEX #D0099F Medium Violet Red

📋 copy color: '#D0099F'

red 208 ◦ green 9 ◦ blue 159

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

Shades of Medium Violet Red #D0099F

Tints of Medium Violet Red #D0099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 55.32%
G = 2.39%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0099F (or 0xD0099F) is known color: Medium Violet Red. HEX triplet: D0, 09 and 9F. RGB value is (208,9,159). Sum of RGB (Red+Green+Blue) = 208+9+159=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D0099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0099F is #2FF660. Grayscale: #555555. Windows color (decimal): -3143265 or 10422736. OLE color: 10422736.

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

Color convert

RGB 208 9 159 -
CMYK 0 0.96 0.24 0.18
HSL 314.77º 0.92% 0.43% -
HSV(B) 314.77º 0.96% 0.82% -
XYZ 32.37 16.11 34.2 -
YUV 85.6 169.43 215.3 -
System Red Green Blue C M Y K H S L
Decimal 208 9 159 0 0.96 0.24 0.18 314.77 0.92 0.43
Hex D0 9 9F 0 60 18 12 13B 5C 2B
Octal 320 11 237 0 140 30 22 473 134 53
Binary 11010000 1001 10011111 0 1100000 11000 10010 100111011 1011100 101011

Color Harmonies of #D0099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0099F

Black with #D0099F

Text Example


Text Example

White with #D0099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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