Html Css Color HEX #DB018A Medium Violet Red

📋 copy color: '#DB018A'

red 219 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #DB018A

Tints of Medium Violet Red #DB018A

RGB

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

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

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

R = 61.17%
G = 0.28%
B = 38.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB018A (or 0xDB018A) is known color: Medium Violet Red. HEX triplet: DB, 01 and 8A. RGB value is (219,1,138). Sum of RGB (Red+Green+Blue) = 219+1+138=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB018A is #24FE75. Grayscale: #515151. Windows color (decimal): -2424438 or 9044443. OLE color: 9044443.

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

Color convert

RGB 219 1 138 -
CMYK 0 1.00 0.37 0.14
HSL 322.29º 0.99% 0.43% -
HSV(B) 322.29º 1% 0.86% -
XYZ 33.81 16.92 25.53 -
YUV 81.8 159.72 225.86 -
System Red Green Blue C M Y K H S L
Decimal 219 1 138 0 1.00 0.37 0.14 322.29 0.99 0.43
Hex DB 1 8A 0 64 25 E 142 63 2B
Octal 333 1 212 0 144 45 16 502 143 53
Binary 11011011 1 10001010 0 1100100 100101 1110 101000010 1100011 101011

Color Harmonies of #DB018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB018A

Black with #DB018A

Text Example


Text Example

White with #DB018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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