Html Css Color HEX #DB038A Medium Violet Red

📋 copy color: '#DB038A'

red 219 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #DB038A

Tints of Medium Violet Red #DB038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 60.83%
G = 0.83%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB038A (or 0xDB038A) is known color: Medium Violet Red. HEX triplet: DB, 03 and 8A. RGB value is (219,3,138). Sum of RGB (Red+Green+Blue) = 219+3+138=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB038A is #24FC75. Grayscale: #525252. Windows color (decimal): -2423926 or 9044955. OLE color: 9044955.

HSL color Cylindrical-coordinate representation of color #DB038A: hue angle of 322.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB038A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 3 138 -
CMYK 0 0.99 0.37 0.14
HSL 322.5º 0.97% 0.44% -
HSV(B) 322.5º 0.99% 0.86% -
XYZ 33.83 16.96 25.54 -
YUV 82.97 159.06 225.02 -
System Red Green Blue C M Y K H S L
Decimal 219 3 138 0 0.99 0.37 0.14 322.5 0.97 0.44
Hex DB 3 8A 0 63 25 E 142 61 2C
Octal 333 3 212 0 143 45 16 502 141 54
Binary 11011011 11 10001010 0 1100011 100101 1110 101000010 1100001 101100

Color Harmonies of #DB038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB038A

Black with #DB038A

Text Example


Text Example

White with #DB038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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