Html Css Color HEX #DB008A Medium Violet Red

📋 copy color: '#DB008A'

red 219 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #DB008A

Tints of Medium Violet Red #DB008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 61.34%
G = 0%
B = 38.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB008A (or 0xDB008A) is known color: Medium Violet Red. HEX triplet: DB, 00 and 8A. RGB value is (219,0,138). Sum of RGB (Red+Green+Blue) = 219+0+138=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB008A is #24FF75. Grayscale: #505050. Windows color (decimal): -2424694 or 9044187. OLE color: 9044187.

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

Color convert

RGB 219 0 138 -
CMYK 0 1 0.37 0.14
HSL 322.19º 1% 0.43% -
HSV(B) 322.19º 1% 0.86% -
XYZ 33.8 16.9 25.52 -
YUV 81.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 219 0 138 0 1 0.37 0.14 322.19 1 0.43
Hex DB 0 8A 0 64 25 E 142 64 2B
Octal 333 0 212 0 144 45 16 502 144 53
Binary 11011011 0 10001010 0 1100100 100101 1110 101000010 1100100 101011

Color Harmonies of #DB008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB008A

Black with #DB008A

Text Example


Text Example

White with #DB008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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