Html Css Color HEX #DB017F Medium Violet Red

📋 copy color: '#DB017F'

red 219 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #DB017F

Tints of Medium Violet Red #DB017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 63.11%
G = 0.29%
B = 36.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB017F (or 0xDB017F) is known color: Medium Violet Red. HEX triplet: DB, 01 and 7F. RGB value is (219,1,127). Sum of RGB (Red+Green+Blue) = 219+1+127=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB017F is #24FE80. Grayscale: #505050. Windows color (decimal): -2424449 or 8323547. OLE color: 8323547.

HSL color Cylindrical-coordinate representation of color #DB017F: hue angle of 325.32º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB017F is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 1 127 -
CMYK 0 1.00 0.42 0.14
HSL 325.32º 0.99% 0.43% -
HSV(B) 325.32º 1% 0.86% -
XYZ 33.06 16.61 21.54 -
YUV 80.55 154.22 226.75 -
System Red Green Blue C M Y K H S L
Decimal 219 1 127 0 1.00 0.42 0.14 325.32 0.99 0.43
Hex DB 1 7F 0 64 2A E 145 63 2B
Octal 333 1 177 0 144 52 16 505 143 53
Binary 11011011 1 1111111 0 1100100 101010 1110 101000101 1100011 101011

Color Harmonies of #DB017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB017F

Black with #DB017F

Text Example


Text Example

White with #DB017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB017F; }

 p { color: rgb(219,1,127); }

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

background-color css

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

 a { background-color: rgb(219,1,127); }

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

border-color css

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

 span { border-color: rgb(219,1,127); }

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