Html Css Color HEX #DB088A Medium Violet Red

📋 copy color: '#DB088A'

red 219 ◦ green 8 ◦ blue 138

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

Shades of Medium Violet Red #DB088A

Tints of Medium Violet Red #DB088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 60%
G = 2.19%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB088A (or 0xDB088A) is known color: Medium Violet Red. HEX triplet: DB, 08 and 8A. RGB value is (219,8,138). Sum of RGB (Red+Green+Blue) = 219+8+138=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB088A is #24F775. Grayscale: #555555. Windows color (decimal): -2422646 or 9046235. OLE color: 9046235.

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

Color convert

RGB 219 8 138 -
CMYK 0 0.96 0.37 0.14
HSL 323.03º 0.93% 0.45% -
HSV(B) 323.03º 0.96% 0.86% -
XYZ 33.89 17.07 25.55 -
YUV 85.91 157.4 222.93 -
System Red Green Blue C M Y K H S L
Decimal 219 8 138 0 0.96 0.37 0.14 323.03 0.93 0.45
Hex DB 8 8A 0 60 25 E 143 5D 2D
Octal 333 10 212 0 140 45 16 503 135 55
Binary 11011011 1000 10001010 0 1100000 100101 1110 101000011 1011101 101101

Color Harmonies of #DB088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB088A

Black with #DB088A

Text Example


Text Example

White with #DB088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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