Html Css Color HEX #DB087D Medium Violet Red

📋 copy color: '#DB087D'

red 219 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #DB087D

Tints of Medium Violet Red #DB087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.27%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 62.22%
G = 2.27%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB087D (or 0xDB087D) is known color: Medium Violet Red. HEX triplet: DB, 08 and 7D. RGB value is (219,8,125). Sum of RGB (Red+Green+Blue) = 219+8+125=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB087D is #24F782. Grayscale: #545454. Windows color (decimal): -2422659 or 8194267. OLE color: 8194267.

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

Color convert

RGB 219 8 125 -
CMYK 0 0.96 0.43 0.14
HSL 326.73º 0.93% 0.45% -
HSV(B) 326.73º 0.96% 0.86% -
XYZ 33 16.71 20.89 -
YUV 84.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 219 8 125 0 0.96 0.43 0.14 326.73 0.93 0.45
Hex DB 8 7D 0 60 2B E 147 5D 2D
Octal 333 10 175 0 140 53 16 507 135 55
Binary 11011011 1000 1111101 0 1100000 101011 1110 101000111 1011101 101101

Color Harmonies of #DB087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB087D

Black with #DB087D

Text Example


Text Example

White with #DB087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB087D; }

 p { color: rgb(219,8,125); }

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

background-color css

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

 a { background-color: rgb(219,8,125); }

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

border-color css

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

 span { border-color: rgb(219,8,125); }

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