Html Css Color HEX #DB0C82 Medium Violet Red

📋 copy color: '#DB0C82'

red 219 ◦ green 12 ◦ blue 130

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

Shades of Medium Violet Red #DB0C82

Tints of Medium Violet Red #DB0C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 60.66%
G = 3.32%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB0C82 (or 0xDB0C82) is known color: Medium Violet Red. HEX triplet: DB, 0C and 82. RGB value is (219,12,130). Sum of RGB (Red+Green+Blue) = 219+12+130=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0C82 is #24F37D. Grayscale: #575757. Windows color (decimal): -2421630 or 8522971. OLE color: 8522971.

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

Color convert

RGB 219 12 130 -
CMYK 0 0.95 0.41 0.14
HSL 325.8º 0.9% 0.45% -
HSV(B) 325.8º 0.95% 0.86% -
XYZ 33.37 16.93 22.63 -
YUV 87.35 152.08 221.91 -
System Red Green Blue C M Y K H S L
Decimal 219 12 130 0 0.95 0.41 0.14 325.8 0.9 0.45
Hex DB C 82 0 5F 29 E 146 5A 2D
Octal 333 14 202 0 137 51 16 506 132 55
Binary 11011011 1100 10000010 0 1011111 101001 1110 101000110 1011010 101101

Color Harmonies of #DB0C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C82

Black with #DB0C82

Text Example


Text Example

White with #DB0C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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