Html Css Color HEX #DB0C88 Medium Violet Red

📋 copy color: '#DB0C88'

red 219 ◦ green 12 ◦ blue 136

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

Shades of Medium Violet Red #DB0C88

Tints of Medium Violet Red #DB0C88

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.27%

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 59.67%
G = 3.27%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB0C88 (or 0xDB0C88) is known color: Medium Violet Red. HEX triplet: DB, 0C and 88. RGB value is (219,12,136). Sum of RGB (Red+Green+Blue) = 219+12+136=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0C88 is #24F377. Grayscale: #575757. Windows color (decimal): -2421624 or 8916187. OLE color: 8916187.

HSL color Cylindrical-coordinate representation of color #DB0C88: hue angle of 324.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0C88 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 12 136 -
CMYK 0 0.95 0.38 0.14
HSL 324.06º 0.9% 0.45% -
HSV(B) 324.06º 0.95% 0.86% -
XYZ 33.79 17.1 24.81 -
YUV 88.03 155.08 221.42 -
System Red Green Blue C M Y K H S L
Decimal 219 12 136 0 0.95 0.38 0.14 324.06 0.9 0.45
Hex DB C 88 0 5F 26 E 144 5A 2D
Octal 333 14 210 0 137 46 16 504 132 55
Binary 11011011 1100 10001000 0 1011111 100110 1110 101000100 1011010 101101

Color Harmonies of #DB0C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C88

Black with #DB0C88

Text Example


Text Example

White with #DB0C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C88; }

 p { color: rgb(219,12,136); }

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

background-color css

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

 a { background-color: rgb(219,12,136); }

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

border-color css

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

 span { border-color: rgb(219,12,136); }

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