Html Css Color HEX #DB007F Medium Violet Red

📋 copy color: '#DB007F'

red 219 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #DB007F

Tints of Medium Violet Red #DB007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.29%
G = 0%
B = 36.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB007F (or 0xDB007F) is known color: Medium Violet Red. HEX triplet: DB, 00 and 7F. RGB value is (219,0,127). Sum of RGB (Red+Green+Blue) = 219+0+127=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB007F is #24FF80. Grayscale: #4F4F4F. Windows color (decimal): -2424705 or 8323291. OLE color: 8323291.

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

Color convert

RGB 219 0 127 -
CMYK 0 1 0.42 0.14
HSL 325.21º 1% 0.43% -
HSV(B) 325.21º 1% 0.86% -
XYZ 33.04 16.59 21.54 -
YUV 79.96 154.55 227.17 -
System Red Green Blue C M Y K H S L
Decimal 219 0 127 0 1 0.42 0.14 325.21 1 0.43
Hex DB 0 7F 0 64 2A E 145 64 2B
Octal 333 0 177 0 144 52 16 505 144 53
Binary 11011011 0 1111111 0 1100100 101010 1110 101000101 1100100 101011

Color Harmonies of #DB007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB007F

Black with #DB007F

Text Example


Text Example

White with #DB007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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