Html Css Color HEX #DB097F Medium Violet Red

📋 copy color: '#DB097F'

red 219 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #DB097F

Tints of Medium Violet Red #DB097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.77%

R = 61.69%
G = 2.54%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB097F (or 0xDB097F) is known color: Medium Violet Red. HEX triplet: DB, 09 and 7F. RGB value is (219,9,127). Sum of RGB (Red+Green+Blue) = 219+9+127=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB097F is #24F680. Grayscale: #545454. Windows color (decimal): -2422401 or 8325595. OLE color: 8325595.

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

Color convert

RGB 219 9 127 -
CMYK 0 0.96 0.42 0.14
HSL 326.29º 0.92% 0.45% -
HSV(B) 326.29º 0.96% 0.86% -
XYZ 33.14 16.79 21.57 -
YUV 85.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 219 9 127 0 0.96 0.42 0.14 326.29 0.92 0.45
Hex DB 9 7F 0 60 2A E 146 5C 2D
Octal 333 11 177 0 140 52 16 506 134 55
Binary 11011011 1001 1111111 0 1100000 101010 1110 101000110 1011100 101101

Color Harmonies of #DB097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB097F

Black with #DB097F

Text Example


Text Example

White with #DB097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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