Html Css Color HEX #DB0B7C Medium Violet Red

📋 copy color: '#DB0B7C'

red 219 ◦ green 11 ◦ blue 124

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

Shades of Medium Violet Red #DB0B7C

Tints of Medium Violet Red #DB0B7C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.11%

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 61.86%
G = 3.11%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB0B7C (or 0xDB0B7C) is known color: Medium Violet Red. HEX triplet: DB, 0B and 7C. RGB value is (219,11,124). Sum of RGB (Red+Green+Blue) = 219+11+124=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B7C is #24F483. Grayscale: #555555. Windows color (decimal): -2421892 or 8129499. OLE color: 8129499.

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

Color convert

RGB 219 11 124 -
CMYK 0 0.95 0.43 0.14
HSL 327.4º 0.9% 0.45% -
HSV(B) 327.4º 0.95% 0.86% -
XYZ 32.97 16.75 20.56 -
YUV 86.07 149.41 222.81 -
System Red Green Blue C M Y K H S L
Decimal 219 11 124 0 0.95 0.43 0.14 327.4 0.9 0.45
Hex DB B 7C 0 5F 2B E 147 5A 2D
Octal 333 13 174 0 137 53 16 507 132 55
Binary 11011011 1011 1111100 0 1011111 101011 1110 101000111 1011010 101101

Color Harmonies of #DB0B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B7C

Black with #DB0B7C

Text Example


Text Example

White with #DB0B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B7C; }

 p { color: rgb(219,11,124); }

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

background-color css

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

 a { background-color: rgb(219,11,124); }

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

border-color css

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

 span { border-color: rgb(219,11,124); }

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