Html Css Color HEX #D0099D Medium Violet Red

📋 copy color: '#D0099D'

red 208 ◦ green 9 ◦ blue 157

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

Shades of Medium Violet Red #D0099D

Tints of Medium Violet Red #D0099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 55.61%
G = 2.41%
B = 41.98%

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

#D0099D (or 0xD0099D) is known color: Medium Violet Red. HEX triplet: D0, 09 and 9D. RGB value is (208,9,157). Sum of RGB (Red+Green+Blue) = 208+9+157=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0099D is #2FF662. Grayscale: #545454. Windows color (decimal): -3143267 or 10291664. OLE color: 10291664.

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

Color convert

RGB 208 9 157 -
CMYK 0 0.96 0.25 0.18
HSL 315.38º 0.92% 0.43% -
HSV(B) 315.38º 0.96% 0.82% -
XYZ 32.2 16.04 33.3 -
YUV 85.37 168.43 215.47 -
System Red Green Blue C M Y K H S L
Decimal 208 9 157 0 0.96 0.25 0.18 315.38 0.92 0.43
Hex D0 9 9D 0 60 19 12 13B 5C 2B
Octal 320 11 235 0 140 31 22 473 134 53
Binary 11010000 1001 10011101 0 1100000 11001 10010 100111011 1011100 101011

Color Harmonies of #D0099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0099D

Black with #D0099D

Text Example


Text Example

White with #D0099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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