Html Css Color HEX #DB0C7A Medium Violet Red

📋 copy color: '#DB0C7A'

red 219 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #DB0C7A

Tints of Medium Violet Red #DB0C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 62.04%
G = 3.4%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB0C7A (or 0xDB0C7A) is known color: Medium Violet Red. HEX triplet: DB, 0C and 7A. RGB value is (219,12,122). Sum of RGB (Red+Green+Blue) = 219+12+122=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C7A is #24F385. Grayscale: #565656. Windows color (decimal): -2421638 or 7998683. OLE color: 7998683.

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

Color convert

RGB 219 12 122 -
CMYK 0 0.95 0.44 0.14
HSL 328.12º 0.9% 0.45% -
HSV(B) 328.12º 0.95% 0.86% -
XYZ 32.86 16.73 19.91 -
YUV 86.43 148.08 222.56 -
System Red Green Blue C M Y K H S L
Decimal 219 12 122 0 0.95 0.44 0.14 328.12 0.9 0.45
Hex DB C 7A 0 5F 2C E 148 5A 2D
Octal 333 14 172 0 137 54 16 510 132 55
Binary 11011011 1100 1111010 0 1011111 101100 1110 101001000 1011010 101101

Color Harmonies of #DB0C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C7A

Black with #DB0C7A

Text Example


Text Example

White with #DB0C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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