Html Css Color HEX #DB098D Medium Violet Red

📋 copy color: '#DB098D'

red 219 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #DB098D

Tints of Medium Violet Red #DB098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 59.35%
G = 2.44%
B = 38.21%

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

#DB098D (or 0xDB098D) is known color: Medium Violet Red. HEX triplet: DB, 09 and 8D. RGB value is (219,9,141). Sum of RGB (Red+Green+Blue) = 219+9+141=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB098D is #24F672. Grayscale: #565656. Windows color (decimal): -2422387 or 9243099. OLE color: 9243099.

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

Color convert

RGB 219 9 141 -
CMYK 0 0.96 0.36 0.14
HSL 322.29º 0.92% 0.45% -
HSV(B) 322.29º 0.96% 0.86% -
XYZ 34.12 17.18 26.72 -
YUV 86.84 158.57 222.27 -
System Red Green Blue C M Y K H S L
Decimal 219 9 141 0 0.96 0.36 0.14 322.29 0.92 0.45
Hex DB 9 8D 0 60 24 E 142 5C 2D
Octal 333 11 215 0 140 44 16 502 134 55
Binary 11011011 1001 10001101 0 1100000 100100 1110 101000010 1011100 101101

Color Harmonies of #DB098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB098D

Black with #DB098D

Text Example


Text Example

White with #DB098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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