Html Css Color HEX #DB1581 Medium Violet Red

📋 copy color: '#DB1581'

red 219 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #DB1581

Tints of Medium Violet Red #DB1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.69%

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 59.35%
G = 5.69%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB1581 (or 0xDB1581) is known color: Medium Violet Red. HEX triplet: DB, 15 and 81. RGB value is (219,21,129). Sum of RGB (Red+Green+Blue) = 219+21+129=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1581 is #24EA7E. Grayscale: #5C5C5C. Windows color (decimal): -2419327 or 8459739. OLE color: 8459739.

HSL color Cylindrical-coordinate representation of color #DB1581: hue angle of 327.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1581 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 129 -
CMYK 0 0.90 0.41 0.14
HSL 327.27º 0.83% 0.47% -
HSV(B) 327.27º 0.9% 0.86% -
XYZ 33.44 17.18 22.32 -
YUV 92.51 148.6 218.22 -
System Red Green Blue C M Y K H S L
Decimal 219 21 129 0 0.90 0.41 0.14 327.27 0.83 0.47
Hex DB 15 81 0 5A 29 E 147 52 2F
Octal 333 25 201 0 132 51 16 507 122 57
Binary 11011011 10101 10000001 0 1011010 101001 1110 101000111 1010010 101111

Color Harmonies of #DB1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1581

Black with #DB1581

Text Example


Text Example

White with #DB1581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1581; }

 p { color: rgb(219,21,129); }

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

background-color css

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

 a { background-color: rgb(219,21,129); }

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

border-color css

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

 span { border-color: rgb(219,21,129); }

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