Html Css Color HEX #D0098B Medium Violet Red

📋 copy color: '#D0098B'

red 208 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #D0098B

Tints of Medium Violet Red #D0098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 58.43%
G = 2.53%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0098B (or 0xD0098B) is known color: Medium Violet Red. HEX triplet: D0, 09 and 8B. RGB value is (208,9,139). Sum of RGB (Red+Green+Blue) = 208+9+139=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0098B is #2FF674. Grayscale: #535353. Windows color (decimal): -3143285 or 9112016. OLE color: 9112016.

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

Color convert

RGB 208 9 139 -
CMYK 0 0.96 0.33 0.18
HSL 320.8º 0.92% 0.43% -
HSV(B) 320.8º 0.96% 0.82% -
XYZ 30.77 15.47 25.79 -
YUV 83.32 159.43 216.93 -
System Red Green Blue C M Y K H S L
Decimal 208 9 139 0 0.96 0.33 0.18 320.8 0.92 0.43
Hex D0 9 8B 0 60 21 12 141 5C 2B
Octal 320 11 213 0 140 41 22 501 134 53
Binary 11010000 1001 10001011 0 1100000 100001 10010 101000001 1011100 101011

Color Harmonies of #D0098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0098B

Black with #D0098B

Text Example


Text Example

White with #D0098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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