Html Css Color HEX #DB098E Medium Violet Red

📋 copy color: '#DB098E'

red 219 ◦ green 9 ◦ blue 142

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

Shades of Medium Violet Red #DB098E

Tints of Medium Violet Red #DB098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 59.19%
G = 2.43%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB098E (or 0xDB098E) is known color: Medium Violet Red. HEX triplet: DB, 09 and 8E. RGB value is (219,9,142). Sum of RGB (Red+Green+Blue) = 219+9+142=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB098E is #24F671. Grayscale: #565656. Windows color (decimal): -2422386 or 9308635. OLE color: 9308635.

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

Color convert

RGB 219 9 142 -
CMYK 0 0.96 0.35 0.14
HSL 322º 0.92% 0.45% -
HSV(B) 322º 0.96% 0.86% -
XYZ 34.19 17.21 27.11 -
YUV 86.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 219 9 142 0 0.96 0.35 0.14 322 0.92 0.45
Hex DB 9 8E 0 60 23 E 142 5C 2D
Octal 333 11 216 0 140 43 16 502 134 55
Binary 11011011 1001 10001110 0 1100000 100011 1110 101000010 1011100 101101

Color Harmonies of #DB098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB098E

Black with #DB098E

Text Example


Text Example

White with #DB098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB098E; }

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

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

background-color css

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

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

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

border-color css

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

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

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