Html Css Color HEX #DB067E Medium Violet Red

📋 copy color: '#DB067E'

red 219 ◦ green 6 ◦ blue 126

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

Shades of Medium Violet Red #DB067E

Tints of Medium Violet Red #DB067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

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

R = 62.39%
G = 1.71%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB067E (or 0xDB067E) is known color: Medium Violet Red. HEX triplet: DB, 06 and 7E. RGB value is (219,6,126). Sum of RGB (Red+Green+Blue) = 219+6+126=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB067E is #24F981. Grayscale: #535353. Windows color (decimal): -2423170 or 8259291. OLE color: 8259291.

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

Color convert

RGB 219 6 126 -
CMYK 0 0.97 0.42 0.14
HSL 326.2º 0.95% 0.44% -
HSV(B) 326.2º 0.97% 0.86% -
XYZ 33.04 16.7 21.22 -
YUV 83.37 152.07 224.74 -
System Red Green Blue C M Y K H S L
Decimal 219 6 126 0 0.97 0.42 0.14 326.2 0.95 0.44
Hex DB 6 7E 0 61 2A E 146 5F 2C
Octal 333 6 176 0 141 52 16 506 137 54
Binary 11011011 110 1111110 0 1100001 101010 1110 101000110 1011111 101100

Color Harmonies of #DB067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB067E

Black with #DB067E

Text Example


Text Example

White with #DB067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB067E; }

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

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

background-color css

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

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

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

border-color css

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

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

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