Html Css Color HEX #DB1B8F Medium Violet Red

📋 copy color: '#DB1B8F'

red 219 ◦ green 27 ◦ blue 143

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

Shades of Medium Violet Red #DB1B8F

Tints of Medium Violet Red #DB1B8F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.94%

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 56.3%
G = 6.94%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB1B8F (or 0xDB1B8F) is known color: Medium Violet Red. HEX triplet: DB, 1B and 8F. RGB value is (219,27,143). Sum of RGB (Red+Green+Blue) = 219+27+143=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1B8F is #24E470. Grayscale: #616161. Windows color (decimal): -2417777 or 9378779. OLE color: 9378779.

HSL color Cylindrical-coordinate representation of color #DB1B8F: hue angle of 323.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B8F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 27 143 -
CMYK 0 0.88 0.35 0.14
HSL 323.75º 0.78% 0.48% -
HSV(B) 323.75º 0.88% 0.86% -
XYZ 34.56 17.83 27.61 -
YUV 97.63 153.61 214.57 -
System Red Green Blue C M Y K H S L
Decimal 219 27 143 0 0.88 0.35 0.14 323.75 0.78 0.48
Hex DB 1B 8F 0 58 23 E 144 4E 30
Octal 333 33 217 0 130 43 16 504 116 60
Binary 11011011 11011 10001111 0 1011000 100011 1110 101000100 1001110 110000

Color Harmonies of #DB1B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B8F

Black with #DB1B8F

Text Example


Text Example

White with #DB1B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B8F; }

 p { color: rgb(219,27,143); }

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

background-color css

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

 a { background-color: rgb(219,27,143); }

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

border-color css

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

 span { border-color: rgb(219,27,143); }

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