Html Css Color HEX #DB008F Medium Violet Red

📋 copy color: '#DB008F'

red 219 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #DB008F

Tints of Medium Violet Red #DB008F

RGB

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

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

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

R = 60.5%
G = 0%
B = 39.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB008F (or 0xDB008F) is known color: Medium Violet Red. HEX triplet: DB, 00 and 8F. RGB value is (219,0,143). Sum of RGB (Red+Green+Blue) = 219+0+143=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB008F is #24FF70. Grayscale: #515151. Windows color (decimal): -2424689 or 9371867. OLE color: 9371867.

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

Color convert

RGB 219 0 143 -
CMYK 0 1 0.35 0.14
HSL 320.82º 1% 0.43% -
HSV(B) 320.82º 1% 0.86% -
XYZ 34.17 17.04 27.48 -
YUV 81.78 162.55 225.87 -
System Red Green Blue C M Y K H S L
Decimal 219 0 143 0 1 0.35 0.14 320.82 1 0.43
Hex DB 0 8F 0 64 23 E 141 64 2B
Octal 333 0 217 0 144 43 16 501 144 53
Binary 11011011 0 10001111 0 1100100 100011 1110 101000001 1100100 101011

Color Harmonies of #DB008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB008F

Black with #DB008F

Text Example


Text Example

White with #DB008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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