Html Css Color HEX #DB098B Medium Violet Red

📋 copy color: '#DB098B'

red 219 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #DB098B

Tints of Medium Violet Red #DB098B

RGB

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

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

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

R = 59.67%
G = 2.45%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB098B (or 0xDB098B) is known color: Medium Violet Red. HEX triplet: DB, 09 and 8B. RGB value is (219,9,139). Sum of RGB (Red+Green+Blue) = 219+9+139=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB098B is #24F674. Grayscale: #565656. Windows color (decimal): -2422389 or 9112027. OLE color: 9112027.

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

Color convert

RGB 219 9 139 -
CMYK 0 0.96 0.37 0.14
HSL 322.86º 0.92% 0.45% -
HSV(B) 322.86º 0.96% 0.86% -
XYZ 33.97 17.12 25.94 -
YUV 86.61 157.57 222.43 -
System Red Green Blue C M Y K H S L
Decimal 219 9 139 0 0.96 0.37 0.14 322.86 0.92 0.45
Hex DB 9 8B 0 60 25 E 143 5C 2D
Octal 333 11 213 0 140 45 16 503 134 55
Binary 11011011 1001 10001011 0 1100000 100101 1110 101000011 1011100 101101

Color Harmonies of #DB098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB098B

Black with #DB098B

Text Example


Text Example

White with #DB098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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