Html Css Color HEX #DB0C7E Medium Violet Red

📋 copy color: '#DB0C7E'

red 219 ◦ green 12 ◦ blue 126

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

Shades of Medium Violet Red #DB0C7E

Tints of Medium Violet Red #DB0C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 61.34%
G = 3.36%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB0C7E (or 0xDB0C7E) is known color: Medium Violet Red. HEX triplet: DB, 0C and 7E. RGB value is (219,12,126). Sum of RGB (Red+Green+Blue) = 219+12+126=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C7E is #24F381. Grayscale: #565656. Windows color (decimal): -2421634 or 8260827. OLE color: 8260827.

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

Color convert

RGB 219 12 126 -
CMYK 0 0.95 0.42 0.14
HSL 326.96º 0.9% 0.45% -
HSV(B) 326.96º 0.95% 0.86% -
XYZ 33.11 16.83 21.24 -
YUV 86.89 150.08 222.23 -
System Red Green Blue C M Y K H S L
Decimal 219 12 126 0 0.95 0.42 0.14 326.96 0.9 0.45
Hex DB C 7E 0 5F 2A E 147 5A 2D
Octal 333 14 176 0 137 52 16 507 132 55
Binary 11011011 1100 1111110 0 1011111 101010 1110 101000111 1011010 101101

Color Harmonies of #DB0C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C7E

Black with #DB0C7E

Text Example


Text Example

White with #DB0C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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