Html Css Color HEX #DB088E Medium Violet Red

📋 copy color: '#DB088E'

red 219 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #DB088E

Tints of Medium Violet Red #DB088E

RGB

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

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

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

R = 59.35%
G = 2.17%
B = 38.48%

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

#DB088E (or 0xDB088E) is known color: Medium Violet Red. HEX triplet: DB, 08 and 8E. RGB value is (219,8,142). Sum of RGB (Red+Green+Blue) = 219+8+142=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB088E is #24F771. Grayscale: #565656. Windows color (decimal): -2422642 or 9308379. OLE color: 9308379.

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

Color convert

RGB 219 8 142 -
CMYK 0 0.96 0.35 0.14
HSL 321.9º 0.93% 0.45% -
HSV(B) 321.9º 0.96% 0.86% -
XYZ 34.18 17.19 27.11 -
YUV 86.37 159.4 222.6 -
System Red Green Blue C M Y K H S L
Decimal 219 8 142 0 0.96 0.35 0.14 321.9 0.93 0.45
Hex DB 8 8E 0 60 23 E 142 5D 2D
Octal 333 10 216 0 140 43 16 502 135 55
Binary 11011011 1000 10001110 0 1100000 100011 1110 101000010 1011101 101101

Color Harmonies of #DB088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB088E

Black with #DB088E

Text Example


Text Example

White with #DB088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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