Html Css Color HEX #DB098C Medium Violet Red

📋 copy color: '#DB098C'

red 219 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #DB098C

Tints of Medium Violet Red #DB098C

RGB

 RED value IS 219 (85.94% from 255) = 59.51%

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 59.51%
G = 2.45%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB098C (or 0xDB098C) is known color: Medium Violet Red. HEX triplet: DB, 09 and 8C. RGB value is (219,9,140). Sum of RGB (Red+Green+Blue) = 219+9+140=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB098C is #24F673. Grayscale: #565656. Windows color (decimal): -2422388 or 9177563. OLE color: 9177563.

HSL color Cylindrical-coordinate representation of color #DB098C: hue angle of 322.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB098C is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 9 140 -
CMYK 0 0.96 0.36 0.14
HSL 322.57º 0.92% 0.45% -
HSV(B) 322.57º 0.96% 0.86% -
XYZ 34.04 17.15 26.33 -
YUV 86.72 158.07 222.35 -
System Red Green Blue C M Y K H S L
Decimal 219 9 140 0 0.96 0.36 0.14 322.57 0.92 0.45
Hex DB 9 8C 0 60 24 E 143 5C 2D
Octal 333 11 214 0 140 44 16 503 134 55
Binary 11011011 1001 10001100 0 1100000 100100 1110 101000011 1011100 101101

Color Harmonies of #DB098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB098C

Black with #DB098C

Text Example


Text Example

White with #DB098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB098C; }

 p { color: rgb(219,9,140); }

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

background-color css

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

 a { background-color: rgb(219,9,140); }

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

border-color css

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

 span { border-color: rgb(219,9,140); }

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